指挥调度修改

main
rosehan 2 years ago
parent d7546efcad
commit 0a8943fe44
  1. 13
      ruoyi-ui/src/views/picture/command-dispatch/index.vue

@ -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('处警成功')

Loading…
Cancel
Save