فهرست منبع

上一页下一页

王通 2 سال پیش
والد
کامیت
d21d2b883b
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/views/eventdetailsdialog.vue

+ 6 - 0
src/views/eventdetailsdialog.vue

@@ -2202,6 +2202,7 @@ export default {
         setTimeout(() => {
         setTimeout(() => {
            that.$refs.supermapDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
            that.$refs.supermapDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
            that.$refs.supermapDialog.clearM(false)
            that.$refs.supermapDialog.clearM(false)
+          that.$refs.supermapDialog.clearM(true)
           that.$refs.supermapDialog.setMarkersRadius([markersMap])
           that.$refs.supermapDialog.setMarkersRadius([markersMap])
           that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
           that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
         }, 2000)
         }, 2000)
@@ -2231,6 +2232,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.supermapDialog.clearM(false)
+            that.$refs.supermapDialog.clearM(true)
             that.$refs.supermapDialog.setMarkers([markersMap])
             that.$refs.supermapDialog.setMarkers([markersMap])
           }, 2000)
           }, 2000)
         }
         }
@@ -2287,6 +2290,7 @@ export default {
         }
         }
         setTimeout(() => {
         setTimeout(() => {
           that.$refs.supermapDialog.clearM(false)
           that.$refs.supermapDialog.clearM(false)
+          that.$refs.supermapDialog.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.supermapDialog.setMarkersRadius([markersMap])
             that.$refs.supermapDialog.setMarkersRadius([markersMap])
           } else {
           } else {
@@ -2319,6 +2323,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.supermapDialog.clearM(false)
+            that.$refs.supermapDialog.clearM(true)
             that.$refs.supermapDialog.setMarkers([markersMap])
             that.$refs.supermapDialog.setMarkers([markersMap])
           }, 2000)
           }, 2000)
         }
         }