Parcourir la source

监控中心重点区域画面

JX.LI il y a 2 ans
Parent
commit
c7344dc36a
2 fichiers modifiés avec 867 ajouts et 873 suppressions
  1. 2 0
      src/views/leader.vue
  2. 865 873
      src/views/monitor.vue

+ 2 - 0
src/views/leader.vue

@@ -328,6 +328,7 @@
         })
         this.patrolTrajectory = null;
         this.$refs.supermap.clearC();
+          this.$refs.supermap.clearTwoC();
       },
       //点击右侧巡查计划获取 巡查记录
       getRecordList(id, patrolTrajectory) {
@@ -337,6 +338,7 @@
           this.recordList = res.data;
         })
         this.$refs.supermap.clearC();
+          this.$refs.supermap.clearTwoC();
         this.setTaskPointList(patrolTrajectory);
       },
       //点击右侧巡查记录获取 巡查轨迹

Fichier diff supprimé car celui-ci est trop grand
+ 865 - 873
src/views/monitor.vue