Browse Source

上一页下一页

王通 2 years ago
parent
commit
95f5781c0e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/firespread.vue

+ 6 - 0
src/views/firespread.vue

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