From b284c7ae40ebf6742930b0734d74cf80e721052e Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 24 三月 2025 15:42:30 +0800 Subject: [PATCH] 人员-人员选择框数据筛选 --- src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue b/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue index c820834..35949e6 100644 --- a/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue +++ b/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue @@ -542,7 +542,7 @@ this.dialogVisible = false; }, getUserList(){ - selectUserCondition().then(res => { + selectUserCondition({type: 2}).then(res => { if (res.code == 200) { this.responsibleOptions = res.data } -- Gitblit v1.9.3