Browse Source

工单优化

suzhou_blueVersion
wangxy 3 years ago
parent
commit
1b1d3a12e2
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/views/equip/workbench/order.vue

+ 5
- 1
src/views/equip/workbench/order.vue View File

@ -434,7 +434,11 @@ export default {
finr: row.finr,
maintwoid: row.maintwoid,
status: this.updatestatusEnum[row.status],
})
}).then(res => {
if (res.code === 200) {
this.open = false
}
})
this.getList()
}
},


Loading…
Cancel
Save