彭宇 1 year ago
parent
commit
c8cce3527c
1 changed files with 1 additions and 1 deletions
  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')