fix:玻纤车间库存不用传dept

This commit is contained in:
shijing 2025-05-14 16:55:49 +08:00
parent c0a20ca382
commit 136e7dc763
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ export default {
let arr = paths.split("/");
that.route_code = arr[2];
that.params.mgroupx = that.mgroupId;
that.params.belong_dept =that.deptId;
// that.params.belong_dept =that.deptId;
that.$TOOL.data.set('bx_deptID',that.deptId);
that.apiObj = that.$API.wpm.wmaterial.list;
},