彭宇 1 년 전
부모
커밋
c8cce3527c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/leader.vue

+ 1 - 1
src/views/leader.vue

@@ -272,7 +272,7 @@ export default {
     setConnectList(points, planName) {
       this.listCurrentIndex2 = planName
       this.connectList = []
-      this.$refs.supermap.clearC()
+      this.$refs.supermap.clearCTwo()
       if (points != null && points != '') {
         this.connectList = JSON.parse(points)
         this.$refs.supermap.setConnectTwoList(this.connectList, 'blue')