From 52cfa8db22cbd3aa246649f799c8e2dfea709347 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 4 Dec 2025 15:33:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A6=85=E9=81=93175?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/bxerp/defect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/statistics/bxerp/defect.vue b/src/views/statistics/bxerp/defect.vue index 5f5b573d..e35e3833 100644 --- a/src/views/statistics/bxerp/defect.vue +++ b/src/views/statistics/bxerp/defect.vue @@ -110,7 +110,7 @@ export default { }, methods: { deptMgroup() { - this.$API.mtm.mgroup.list.req({ page: 0 }).then(res => { + this.$API.mtm.mgroup.list.req({ page: 0,belong_dept__name:'拉丝排板班组' }).then(res => { this.mgroups = res; }); },