Compare commits
2 Commits
2e54a33aaf
...
7d3b8d3b46
| Author | SHA1 | Date |
|---|---|---|
|
|
7d3b8d3b46 | |
|
|
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