JX.LI 2 년 전
부모
커밋
3cd97ec08f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/leader.vue

+ 1 - 1
src/views/leader.vue

@@ -370,6 +370,7 @@
           this.recordList = res.data;
         })
         this.$refs.supermap.clearC();
+          this.$refs.supermap.clearTwoC();
         this.setTaskPointList(patrolTrajectory);
       },
       //点击右侧巡查记录获取 巡查轨迹
@@ -399,7 +400,6 @@
         }
         setTimeout(() => {
           this.$refs.supermap.clearC();
-          this.$refs.supermap.clearTwoC();
           this.$refs.supermap.setConnectList(data, '#04f', 0.8);
         }, 1000)
       },