fix:禅道175

This commit is contained in:
shijing 2025-12-04 15:33:56 +08:00
parent b2ddc57179
commit 52cfa8db22
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export default {
}, },
methods: { methods: {
deptMgroup() { 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; this.mgroups = res;
}); });
}, },