This commit is contained in:
yuping
2022-12-20 13:55:01 +08:00
parent c89473b54a
commit b971e9eca8

View File

@@ -362,7 +362,7 @@ const {
loading: audiLoading,
total: audiTotal
} = useBoeApiPage(AUDIENCE_LIST, audienceName.value, {
init: false,
init: true,
result: res => res.result.audienceList.map(e => ({...e, id: e.id + ''})),
totalPage: res => res.result.totalPage,
total: res => res.result.totalElement