fix:检验人查询条件修改
This commit is contained in:
parent
1b26a5d014
commit
11ab06f162
|
@ -390,7 +390,7 @@ export default {
|
|||
getUserList() {
|
||||
let that = this;
|
||||
this.$API.system.user.list
|
||||
.req({ page: 0, belong_dept__name: "检验管理部" })
|
||||
.req({ page: 0, posts__name: "检验" })
|
||||
.then((res) => {
|
||||
that.userList = res;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue