Compare commits
No commits in common. "7d3b8d3b46ded08b520fc20e913c524bc35b73b7" and "2e54a33aaf86eba9e5681351975351280d56463b" have entirely different histories.
7d3b8d3b46
...
2e54a33aaf
|
|
@ -110,7 +110,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
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;
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue