소스 검색

监控中心重点区域画面

JX.LI 2 년 전
부모
커밋
c7344dc36a
2개의 변경된 파일867개의 추가작업 그리고 873개의 파일을 삭제
  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);
       },
       //点击右侧巡查记录获取 巡查轨迹

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 865 - 873
src/views/monitor.vue