fix:mioitem_check

This commit is contained in:
shijing 2024-04-11 17:03:04 +08:00
parent d07bdb77d8
commit 50ec90045a
1 changed files with 2 additions and 2 deletions

View File

@ -861,8 +861,8 @@ export default {
getUserList() {
let that = this;
this.$API.system.user.list
// .req({ page: 0, belong_dept__name: "" })
.req({ page: 0 })
.req({ page: 0, belong_dept__name: "检验管理部" })
// .req({ page: 0 })
.then((res) => {
that.userList = res;
});