소스 검색

清除未覆盖区域标记面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