develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
99 changed files with 9838 additions and 30 deletions
Showing only changes of commit 587094e85e - Show all commits

View File

@ -88,7 +88,6 @@ export default {
let className = ""; let className = "";
const { clusterDeviceId, deviceId } = item, const { clusterDeviceId, deviceId } = item,
clusterIdList = Object.keys(this.pointIdList); clusterIdList = Object.keys(this.pointIdList);
console.log("啊啊啊啊啊", clusterDeviceId, deviceId, clusterIdList);
if (clusterIdList.includes(clusterDeviceId)) { if (clusterIdList.includes(clusterDeviceId)) {
const index = this.pointIdList[clusterDeviceId].findIndex( const index = this.pointIdList[clusterDeviceId].findIndex(
(ids) => ids === parseInt(deviceId) (ids) => ids === parseInt(deviceId)