彭宇 před 1 rokem
rodič
revize
c8cce3527c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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')