-- 学员泪飙默认不展示

This commit is contained in:
yuping
2022-12-19 19:41:08 +08:00
parent 790030d8d1
commit 78ecfd3d6a

View File

@@ -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