|
@@ -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() {
|