作业编辑可更改业务部门及属地部门

This commit is contained in:
shijing 2023-03-15 09:31:33 +08:00
parent 3fb7918c2e
commit 717bff01c8
1 changed files with 4 additions and 0 deletions

View File

@ -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