|
@@ -701,7 +701,7 @@ export default {
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermap.clearM()
|
|
|
- that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
|
+ that.$refs.supermap.setMarkers(this.cameraMarkersList)
|
|
|
}, 3000)
|
|
|
}
|
|
|
})
|
|
@@ -780,7 +780,7 @@ export default {
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermap.clearM()
|
|
|
- that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
|
+ that.$refs.supermap.setMarkers(this.cameraMarkersList)
|
|
|
}, 3000)
|
|
|
}
|
|
|
})
|