fix:禅道175
This commit is contained in:
parent
b2ddc57179
commit
52cfa8db22
|
|
@ -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;
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue