diff --git a/src/views/workLicense/components/equipmentDialog.vue b/src/views/workLicense/components/equipmentDialog.vue index cbc17fb..f663667 100644 --- a/src/views/workLicense/components/equipmentDialog.vue +++ b/src/views/workLicense/components/equipmentDialog.vue @@ -148,7 +148,7 @@ export default { // 获取用户列表 getUserList() { - getPhList({ current: 1, size: 99999, phStatus: 3 }).then(res => { + getPhList({ current: 1, size: 99999, phStatus: '2,3,6' }).then(res => { this.userList = res.data.data.records; this.init(); }); diff --git a/src/views/workLicense/components/maintainDialog.vue b/src/views/workLicense/components/maintainDialog.vue index a76c641..60513e4 100644 --- a/src/views/workLicense/components/maintainDialog.vue +++ b/src/views/workLicense/components/maintainDialog.vue @@ -186,7 +186,7 @@ export default { // 获取用户列表 getUserList() { - getPhList({ current: 1, size: 99999, phStatus: 3 }).then(res => { + getPhList({ current: 1, size: 99999, phStatus: '2,3,6' }).then(res => { this.userList = res.data.data.records; this.init(); });