소스 검색

清除未覆盖区域标记面2.1

qinhouyu 2 년 전
부모
커밋
16e793990d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/monitor.vue

+ 2 - 2
src/views/monitor.vue

@@ -188,7 +188,7 @@ export default {
       this.getMonitorDeviceAndDataLists()
       this.getDlblistBydeptIds()
       this.selectDeviceType(-1);
-      this.getNotCoverPlaces(this.deptId);
+      // this.getNotCoverPlaces(this.deptId);
     }, 2000)
   },
   data() {
@@ -420,7 +420,7 @@ export default {
       this.deptId = Cookies.get("deptId");
       clearInterval(this.cgqTimer);
       this.selectDeviceType();
-      this.getNotCoverPlaces(this.deptId);
+      // this.getNotCoverPlaces(this.deptId);
     },
     laClick() {
       this.$refs.supermap.clearG();