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() { getUserList() {
let that = this; let that = this;
this.$API.system.user.list this.$API.system.user.list.req({ page: 0, posts__code__contains: "check" }).then((res) => {
.req({ page: 0, posts__code__contains: "check" }) that.userList = res;
.then((res) => { });
that.userList = res.results;
});
}, },
// getProcess(){ // getProcess(){
// let that = this; // let that = this;