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