fix: 车间入库时depts查询报错

This commit is contained in:
caoqianming 2024-11-26 16:58:52 +08:00
parent a9cb7c918b
commit 17dc188e25
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ export default {
that.$TOOL.data.set('gx_deptID',res[0].belong_dept)
that.process = res[0].process;
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;
});
}