@@ -482,6 +482,11 @@ export default {
that.$refs.supermap.clearM(false)
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
}, 1000)
+ }else{
+ setTimeout(() => {
+ that.$refs.supermap.clearM(true)
+ that.$refs.supermap.clearM(false)
+ }, 1000)
}
})
},