|
@@ -1367,6 +1367,7 @@ export default {
|
|
|
if (res.code == 200) {
|
|
|
that.$message.success(`处理成功!`)
|
|
|
that.refreshEvent(that.eventCode)
|
|
|
+ that.selectMessageList()
|
|
|
that.cancelEventConfirm_send()
|
|
|
that.showEventConfirm = false
|
|
|
} else if (res.code == 304) {
|
|
@@ -1403,6 +1404,7 @@ export default {
|
|
|
if (res.code == 200) {
|
|
|
that.$message.success(`处理成功!`)
|
|
|
that.refreshEvent(that.eventCode)
|
|
|
+ that.selectMessageList()
|
|
|
that.cancelEventConfirm_send()
|
|
|
that.showEventConfirm = false
|
|
|
} else if (res.code == 304) {
|
|
@@ -1426,7 +1428,6 @@ export default {
|
|
|
eventCode: eventCode
|
|
|
}).then(res => {
|
|
|
let markersMapList = [];
|
|
|
- that.eventDialog = true
|
|
|
that.eventLogList = res.data.eventlog
|
|
|
that.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo //应急预案
|
|
|
that.address = res.data.catalogue.address
|