|
@@ -216,6 +216,9 @@
|
|
|
that.$refs.supermap.clearM(true)
|
|
|
that.$refs.supermap.setMarkers(that.markersList)
|
|
|
}, 1000)
|
|
|
+ }else{
|
|
|
+ that.$refs.supermap.clearM(false)
|
|
|
+ that.$refs.supermap.clearM(true)
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -274,6 +277,9 @@
|
|
|
that.$refs.supermap.clearM(true)
|
|
|
that.$refs.supermap.setMarkers(that.markersList)
|
|
|
}, 1000)
|
|
|
+ }else{
|
|
|
+ that.$refs.supermap.clearM(false)
|
|
|
+ that.$refs.supermap.clearM(true)
|
|
|
}
|
|
|
})
|
|
|
},
|