From 78ecfd3d6a2338de6dd22f5b6ba8f2635b3c09ca Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 19 Dec 2022 19:41:08 +0800 Subject: [PATCH] =?UTF-8?q?--=20=E5=AD=A6=E5=91=98=E6=B3=AA=E9=A3=99?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/CommonStudent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index a6ea1333..57aca2bc 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -241,7 +241,7 @@ const { loading: stuLoading, total: stuTotal } = useBoeApiPage(USER_LIST, nameSearch.value, { - init: true, + init: false, result: res => res.result.userInfoList, totalPage: res => res.result.totalPage, total: res => res.result.totalElement @@ -260,7 +260,7 @@ const { loading: audiLoading, total: audiTotal } = useBoeApiPage(AUDIENCE_LIST, audienceName.value, { - init: true, + init: false, result: res => res.result.audienceList.map(e => ({...e, id: e.id + ''})), totalPage: res => res.result.totalPage, total: res => res.result.totalElement