diff --git a/src/views/qm/first_check.vue b/src/views/qm/first_check.vue index aefbb318..7fed8356 100644 --- a/src/views/qm/first_check.vue +++ b/src/views/qm/first_check.vue @@ -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;