浏览代码

数据中心

彭宇 2 年之前
父节点
当前提交
cc5f10b07b
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/components/vBottomMenu.vue

+ 1 - 3
src/components/vBottomMenu.vue

@@ -705,7 +705,6 @@ export default {
         this.eventDialog = true
         this.eventLogList = res.data.eventlog
         this.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
-        if (res.data.catalogue != null && res.data.catalogue.length > 0) {
           this.address = res.data.catalogue.address
           this.eventType = res.data.catalogue.eventType
           this.eventId = res.data.catalogue.id
@@ -749,7 +748,7 @@ export default {
             that.$refs.supermapTaskDialog.clearM(false)
             that.$refs.supermapTaskDialog.setMarkersRadius([markersMap])
             that.$refs.supermapTaskDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
-          }, 1000)
+          }, 2000)
           if (res.data.centermonitorTCamera != null) {
             let markersMap = {
               lng: 124.59,
@@ -778,7 +777,6 @@ export default {
               that.$refs.supermapTaskDialog.setMarkers([markersMap])
             }, 2000)
           }
-        }
       })
     },
     refreshTaskList() {