Browse Source

填报区分

wang_xy 2 năm trước cách đây
mục cha
commit
d66ded3a97
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/views/eventdetailsdialog.vue

+ 4 - 0
src/views/eventdetailsdialog.vue

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