fix: 仓库执行人从库管中获取
This commit is contained in:
parent
20881c4e4e
commit
e2eb647351
|
|
@ -254,7 +254,7 @@ export default {
|
|||
},
|
||||
getDeptUser() {
|
||||
this.$API.system.user.list
|
||||
.req({ belong_dept__name: "8车间", page: 0 })
|
||||
.req({ posts__name: "库管", page: 0 })
|
||||
.then((res) => {
|
||||
this.userOption = res;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue