From 9fe11a3b1c7ca926e2f4e97e36c2911c290a0ab2 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期一, 30 六月 2025 14:23:54 +0800 Subject: [PATCH] 修改bug --- laboratory/src/components/SelectMember/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/laboratory/src/components/SelectMember/index.vue b/laboratory/src/components/SelectMember/index.vue index 97d3dfe..07d7e1b 100644 --- a/laboratory/src/components/SelectMember/index.vue +++ b/laboratory/src/components/SelectMember/index.vue @@ -194,7 +194,7 @@ roleIds: [this.roleType], } const res = await getUserList(params); - this.tableData = res.records.filter(item => item.status == 0); + this.tableData = res.records; } else { const res = await getUserList(params); this.tableData = res.records.filter(item => item.status == 0); -- Gitblit v1.7.1