From 50f41869d22c38bd05e092a53482a1200bdb5d95 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Fri, 16 Jan 2026 15:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=B2=97=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workLicense/components/equipmentDialog.vue | 2 +- src/views/workLicense/components/maintainDialog.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); });