|
@@ -1195,6 +1195,8 @@ export default {
|
|
})
|
|
})
|
|
|
|
|
|
}else if (eventStatus == 'gd') {
|
|
}else if (eventStatus == 'gd') {
|
|
|
|
+ console.log(this.table1)
|
|
|
|
+ console.log(this.table2)
|
|
//事件处理流程--归档
|
|
//事件处理流程--归档
|
|
let param = {
|
|
let param = {
|
|
eventCode: this.eventCode,
|
|
eventCode: this.eventCode,
|
|
@@ -1205,13 +1207,21 @@ export default {
|
|
id: this.eventId,
|
|
id: this.eventId,
|
|
czlx: '',
|
|
czlx: '',
|
|
fireRadius: this.sendHuoZaiBanJing,
|
|
fireRadius: this.sendHuoZaiBanJing,
|
|
- reserve: this.sendGuanLianYuAn
|
|
|
|
|
|
+ reserve: this.sendGuanLianYuAn,
|
|
|
|
+ forestFireLoss:{
|
|
|
|
+ eventId:this.eventCode,
|
|
|
|
+ table1:this.table1
|
|
|
|
+ },
|
|
|
|
+ fireInformation:{
|
|
|
|
+ eventId:this.eventCode,
|
|
|
|
+ table2:this.table2
|
|
|
|
+ },
|
|
}
|
|
}
|
|
updateCentereventTEventcatalogueStatus(param).then(res => {
|
|
updateCentereventTEventcatalogueStatus(param).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.$message.success(`处理成功!`)
|
|
this.$message.success(`处理成功!`)
|
|
this.refreshEvent(this.eventCode)
|
|
this.refreshEvent(this.eventCode)
|
|
- this.showEventConfirm = false
|
|
|
|
|
|
+ this.showEventConfirm_gd = false
|
|
this.$emit("getEventList",this.calendarDay)
|
|
this.$emit("getEventList",this.calendarDay)
|
|
this.$emit("getTodayEvents",this.calendarDay)
|
|
this.$emit("getTodayEvents",this.calendarDay)
|
|
}
|
|
}
|