From 136e7dc7633124c47c1ecdb532204b0b9ccdc8f9 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 14 May 2025 16:55:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E8=BD=A6=E9=97=B4?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=B8=8D=E7=94=A8=E4=BC=A0dept?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/inm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/inm.vue b/src/views/wpm_bx/inm.vue index 87d64c37..c6806151 100644 --- a/src/views/wpm_bx/inm.vue +++ b/src/views/wpm_bx/inm.vue @@ -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; },