fix:玻纤车间库存不用传dept
This commit is contained in:
parent
c0a20ca382
commit
136e7dc763
|
@ -342,7 +342,7 @@ export default {
|
||||||
let arr = paths.split("/");
|
let arr = paths.split("/");
|
||||||
that.route_code = arr[2];
|
that.route_code = arr[2];
|
||||||
that.params.mgroupx = that.mgroupId;
|
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.$TOOL.data.set('bx_deptID',that.deptId);
|
||||||
that.apiObj = that.$API.wpm.wmaterial.list;
|
that.apiObj = that.$API.wpm.wmaterial.list;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue