fix: 车间入库时depts查询报错
This commit is contained in:
parent
a9cb7c918b
commit
17dc188e25
|
@ -283,7 +283,7 @@ export default {
|
||||||
that.$TOOL.data.set('gx_deptID',res[0].belong_dept)
|
that.$TOOL.data.set('gx_deptID',res[0].belong_dept)
|
||||||
that.process = res[0].process;
|
that.process = res[0].process;
|
||||||
that.params.mgroupx = res[0].id;
|
that.params.mgroupx = res[0].id;
|
||||||
// that.params.belong_dept = res[0].belong_dept;
|
that.params.belong_dept = res[0].belong_dept;
|
||||||
that.apiObj = that.$API.wpm.wmaterial.list;
|
that.apiObj = that.$API.wpm.wmaterial.list;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue