瀏覽代碼

修改事件资源落点聚合

彭宇 2 年之前
父節點
當前提交
8dc1fa5bef
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      src/views/eventdetailsdialog.vue
  2. 2 1
      src/views/firespread.vue

+ 1 - 1
src/views/eventdetailsdialog.vue

@@ -2391,7 +2391,7 @@ console.log(this.dutysystemTableData)
         setTimeout(() => {
           that.$refs.supermapDialog.clearM(false)
           that.$refs.supermapDialog.clearM(true)
-            that.$refs.supermapDialog.setMarkersRadius(markersMapList)
+          that.$refs.supermapDialog.setMarkersRadius(markersMapList)
           that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
         }, 2000)
       })

+ 2 - 1
src/views/firespread.vue

@@ -2868,7 +2868,7 @@ export default {
       this.eventLogList = []
     },
     showEventDialog(eventCode) {
-      this.fireControlViewList()
+      this.getNewDataByDate(this.calendarDay)
       this.eventCode = eventCode
       let that = this
       //获取事件详情
@@ -2947,6 +2947,7 @@ export default {
           markersMapList.push(markersMap)
         }
         setTimeout(() => {
+          that.$refs.supermapDialog1.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
           that.$refs.supermapDialog1.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
           that.$refs.supermapDialog1.clearM(false)
           that.$refs.supermapDialog1.clearM(true)