fix:首件检验表单中人员选择问题

This commit is contained in:
shijing 2025-04-10 14:15:05 +08:00
parent 48c902bdc4
commit 4bf623b93f
1 changed files with 3 additions and 5 deletions

View File

@ -279,11 +279,9 @@ export default {
//
getUserList() {
let that = this;
this.$API.system.user.list
.req({ page: 0, posts__code__contains: "check" })
.then((res) => {
that.userList = res.results;
});
this.$API.system.user.list.req({ page: 0, posts__code__contains: "check" }).then((res) => {
that.userList = res;
});
},
// getProcess(){
// let that = this;