|
@@ -2071,6 +2071,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermapDialog1.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
|
|
|
that.$refs.supermapDialog1.clearM(false)
|
|
|
+ that.$refs.supermapDialog1.clearM(true)
|
|
|
that.$refs.supermapDialog1.setMarkersRadius([markersMap])
|
|
|
that.$refs.supermapDialog1.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
}, 2000)
|
|
@@ -2100,6 +2101,8 @@ export default {
|
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
|
setTimeout(() => {
|
|
|
+ that.$refs.supermapDialog1.clearM(false)
|
|
|
+ that.$refs.supermapDialog1.clearM(true)
|
|
|
that.$refs.supermapDialog1.setMarkers([markersMap])
|
|
|
|
|
|
}, 2000)
|
|
@@ -2163,6 +2166,7 @@ export default {
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermapDialog1.clearM(false)
|
|
|
+ that.$refs.supermapDialog1.clearM(true)
|
|
|
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.supermapDialog1.setMarkersRadius([markersMap])
|
|
|
} else {
|
|
@@ -2195,6 +2199,8 @@ export default {
|
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
|
setTimeout(() => {
|
|
|
+ that.$refs.supermapDialog1.clearM(false)
|
|
|
+ that.$refs.supermapDialog1.clearM(true)
|
|
|
that.$refs.supermapDialog1.setMarkers([markersMap])
|
|
|
}, 2000)
|
|
|
}
|