flat: pageAll + 重点人群翻页
This commit is contained in:
@@ -1016,7 +1016,7 @@ export default {
|
||||
const {currentPage, total} = this.infoPage
|
||||
this.getKeyAudience({
|
||||
pageSize: pageSize,
|
||||
currentPage: currentPage,
|
||||
current: currentPage,
|
||||
total: total,
|
||||
id: this.selectInfo.id
|
||||
})
|
||||
@@ -1025,7 +1025,7 @@ export default {
|
||||
const { pageSize, total} = this.infoPage
|
||||
this.getKeyAudience({
|
||||
pageSize: pageSize,
|
||||
currentPage: currentPage,
|
||||
current: currentPage,
|
||||
total: total,
|
||||
id: this.selectInfo.id
|
||||
})
|
||||
@@ -1034,7 +1034,7 @@ export default {
|
||||
const { currentPage, pageSize, total} = this.infoPage
|
||||
this.getKeyAudience({
|
||||
pageSize: pageSize,
|
||||
currentPage: currentPage,
|
||||
current: currentPage,
|
||||
total: total,
|
||||
id: this.selectInfo.id
|
||||
})
|
||||
@@ -1438,7 +1438,7 @@ export default {
|
||||
this.infoPage.currentPage = 1;
|
||||
const {currentPage, pageSize} = this.infoPage
|
||||
this.getKeyAudience({
|
||||
currentPage,
|
||||
current: currentPage,
|
||||
pageSize,
|
||||
id: this.selectInfo.id,
|
||||
...params
|
||||
|
||||
Reference in New Issue
Block a user