mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
-- bug
This commit is contained in:
@@ -362,7 +362,7 @@ const {
|
|||||||
loading: audiLoading,
|
loading: audiLoading,
|
||||||
total: audiTotal
|
total: audiTotal
|
||||||
} = useBoeApiPage(AUDIENCE_LIST, audienceName.value, {
|
} = useBoeApiPage(AUDIENCE_LIST, audienceName.value, {
|
||||||
init: false,
|
init: true,
|
||||||
result: res => res.result.audienceList.map(e => ({...e, id: e.id + ''})),
|
result: res => res.result.audienceList.map(e => ({...e, id: e.id + ''})),
|
||||||
totalPage: res => res.result.totalPage,
|
totalPage: res => res.result.totalPage,
|
||||||
total: res => res.result.totalElement
|
total: res => res.result.totalElement
|
||||||
|
|||||||
Reference in New Issue
Block a user