|
@@ -500,10 +500,13 @@ export default {
|
|
|
// longitude: "125.3333"
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
- that.$refs.supermap.clearM(true)
|
|
|
- that.$refs.supermap.clearM(false)
|
|
|
+ that.$refs.supermap.clearM()
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
|
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
|
}, 3000)
|
|
|
+ }else{
|
|
|
+ that.$refs.supermap.clearM()
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -593,14 +596,14 @@ export default {
|
|
|
// longitude: "125.3333"
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
- that.$refs.supermap.clearM(true)
|
|
|
- that.$refs.supermap.clearM(false)
|
|
|
+ that.$refs.supermap.clearM()
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
|
that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
|
}, 3000)
|
|
|
}else{
|
|
|
setTimeout(() => {
|
|
|
- that.$refs.supermap.clearM(true)
|
|
|
- that.$refs.supermap.clearM(false)
|
|
|
+ that.$refs.supermap.clearM()
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
|
}, 3000)
|
|
|
}
|
|
|
})
|