fix:首件检验表单中人员选择问题
This commit is contained in:
parent
48c902bdc4
commit
4bf623b93f
|
@ -279,10 +279,8 @@ 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(){
|
||||
|
|
Loading…
Reference in New Issue