Переглянути джерело

清除未覆盖区域标记面2.1

qinhouyu 1 рік тому
батько
коміт
e5b2984379
1 змінених файлів з 3 додано та 2 видалено
  1. 3 2
      src/views/monitor.vue

+ 3 - 2
src/views/monitor.vue

@@ -208,7 +208,7 @@
         this.getMonitorDeviceAndDataLists()
         // this.getDlblistBydeptIds()
         this.selectDeviceType(-1)
-        this.getNotCoverPlaces(this.deptId);
+        // this.getNotCoverPlaces(this.deptId);
 
         // this.showTVWall();
       }, 2000)
@@ -416,6 +416,7 @@
         let that = this
         that.deptId = data.id
         console.log("节点单击事件", data, that.localMark);
+        // that.$refs.supermap.clearG()
         // this.findCameraByDept(data.id)
         if (that.localMark == 'she') {
           that.selectCameraByDeptId(data.id);
@@ -438,7 +439,7 @@
         this.localMark = 'she'
         this.placeholderMsg = "请输入摄像头名称"
         this.selectDeviceType()
-        this.getNotCoverPlaces(this.deptId);
+        // this.getNotCoverPlaces(this.deptId);
       },
       laClick() {
         this.onLa = true