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