diff --git a/src/views/wpm_gx/inm.vue b/src/views/wpm_gx/inm.vue index e23c1904..811280ae 100644 --- a/src/views/wpm_gx/inm.vue +++ b/src/views/wpm_gx/inm.vue @@ -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; }); }