Compare commits

..

No commits in common. "7d3b8d3b46ded08b520fc20e913c524bc35b73b7" and "2e54a33aaf86eba9e5681351975351280d56463b" have entirely different histories.

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,belong_dept__name:'拉丝排板班组' }).then(res => { this.$API.mtm.mgroup.list.req({ page: 0 }).then(res => {
this.mgroups = res; this.mgroups = res;
}); });
}, },