Compare commits

...

2 Commits

Author SHA1 Message Date
shijing 7d3b8d3b46 Merge branch 'master' of http://gitea.xxhhcty.xyz:8080/zcdsj/factory_web 2025-12-04 15:33:58 +08:00
shijing 52cfa8db22 fix:禅道175 2025-12-04 15:33:56 +08:00
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;
}); });
}, },