|
@@ -915,7 +915,7 @@
|
|
}
|
|
}
|
|
this.listBackup = JSON.parse(JSON.stringify(res.data));
|
|
this.listBackup = JSON.parse(JSON.stringify(res.data));
|
|
console.log(this.listBackup, "《====== 赋值")
|
|
console.log(this.listBackup, "《====== 赋值")
|
|
- this.list = this.currentChangePage(10, 1, res.data);
|
|
|
|
|
|
+ this.list = this.currentChangePage(this.reviewTableObj.reviewTableSize, 1, res.data);
|
|
let total = res.data.length || 0
|
|
let total = res.data.length || 0
|
|
this.reviewTableObj = {
|
|
this.reviewTableObj = {
|
|
reviewTableTotal: total,
|
|
reviewTableTotal: total,
|