fix: 仓库执行人从库管中获取

This commit is contained in:
caoqianming 2024-04-12 16:45:30 +08:00
parent 20881c4e4e
commit e2eb647351
1 changed files with 1 additions and 1 deletions

View File

@ -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;
});