作业编辑可更改业务部门及属地部门
This commit is contained in:
parent
3fb7918c2e
commit
717bff01c8
|
@ -248,6 +248,10 @@ export default {
|
|||
|
||||
let form = {};
|
||||
form.vchannels = this.form.vchannels;
|
||||
form.dept_ter = this.form.dept_ter;
|
||||
form.dept_bus = this.form.dept_bus;
|
||||
debugger;
|
||||
console.log(form)
|
||||
res = await this.$API.opm.operation.patch.req(
|
||||
this.form.id,
|
||||
form
|
||||
|
|
Loading…
Reference in New Issue