|
@@ -1943,6 +1943,8 @@ export default {
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
|
+ that.$refs.supermap.clearM(false)
|
|
|
|
+ that.$refs.supermap.clearM(true)
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
}, 2000)
|
|
}, 2000)
|
|
}
|
|
}
|
|
@@ -2031,6 +2033,8 @@ export default {
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
|
+ that.$refs.supermap.clearM(false)
|
|
|
|
+ that.$refs.supermap.clearM(true)
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
}, 2000)
|
|
}, 2000)
|
|
}
|
|
}
|