彭宇 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')