From dc9d9d11f26be889ae22ba660fc57d19719fdf18 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 14 Aug 2024 12:37:35 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=80=89=E7=94=A8=E6=88=B7=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=9F=A5=E8=AF=A2=E5=BD=93=E5=89=8D=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E4=B8=8B=E6=89=80=E6=9C=89=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/selection/UserSelectModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/selection/UserSelectModal.vue b/src/components/selection/UserSelectModal.vue index 0a131c7..4645be7 100644 --- a/src/components/selection/UserSelectModal.vue +++ b/src/components/selection/UserSelectModal.vue @@ -348,7 +348,7 @@ export default { params.order = 'desc' await getAction(this.url.queryList, params).then(res => { if (res.success) { - this.currentQueryAllData = res.result.records || [] + this.currentQueryAllData = res.result || [] } }) },