From 17dc188e258a6bcda39712b406eed98617f4e1df Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 26 Nov 2024 16:58:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BD=A6=E9=97=B4=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=97=B6depts=E6=9F=A5=E8=AF=A2=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/inm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }); }