|
|
|
@ -1422,6 +1422,19 @@ export default { |
|
|
|
|
this.dispatchForm.id = this.rowId |
|
|
|
|
if (val == 3) { |
|
|
|
|
this.dispatchForm.status = val |
|
|
|
|
let params = { |
|
|
|
|
id: this.rowId, |
|
|
|
|
status: val, |
|
|
|
|
emergencyPlanOneId:this.EmergencyOneId, |
|
|
|
|
emergencyPlanId:this.EmergencyID, |
|
|
|
|
emergencyResourcesOneId:this.ResourcesOneId, |
|
|
|
|
emergencyResourcesId:this.ResourcesId, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Object.assign(this.dispatchForm, params); |
|
|
|
|
console.log('afsd',this.dispatchForm) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handleAlarmInfo(this.dispatchForm).then(response => { |
|
|
|
|
if(type=='chujing'){ |
|
|
|
|
this.$message.success('处警成功') |
|
|
|
|