|
@@ -2233,6 +2233,7 @@ export default {
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermapDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
|
|
|
+ that.$refs.supermapDialog.clearM(true)
|
|
|
that.$refs.supermapDialog.clearM(false)
|
|
|
that.$refs.supermapDialog.setMarkersRadius([markersMap])
|
|
|
that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
@@ -2263,6 +2264,8 @@ export default {
|
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
|
setTimeout(() => {
|
|
|
+ that.$refs.supermapDialog.clearM(true)
|
|
|
+ that.$refs.supermapDialog.clearM(false)
|
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
|
}, 2000)
|
|
|
}
|
|
@@ -2318,6 +2321,7 @@ export default {
|
|
|
markersMap.radius = res.data.eventdetail[0].fireRadius
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
+ that.$refs.supermapDialog.clearM(true)
|
|
|
that.$refs.supermapDialog.clearM(false)
|
|
|
if (res.data.eventdetail != null && res.data.eventdetail.length > 0 && res.data.eventdetail[0].fireRadius != null && res.data.eventdetail[0].fireRadius != '' && res.data.eventdetail[0].fireRadius > 0) {
|
|
|
that.$refs.supermapDialog.setMarkersRadius([markersMap])
|
|
@@ -2351,6 +2355,8 @@ export default {
|
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
|
setTimeout(() => {
|
|
|
+ that.$refs.supermapDialog.clearM(true)
|
|
|
+ that.$refs.supermapDialog.clearM(false)
|
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
|
}, 2000)
|
|
|
}
|