|
@@ -165,6 +165,9 @@ export default {
|
|
|
// "https://ecs-test-static.qmth.com.cn/org_logo/0/1597046412749.png")
|
|
|
// );
|
|
|
this.total = res.data.data.total;
|
|
|
+ if (this.total > 0 && this.tableData.length === 0) {
|
|
|
+ this.handleCurrentChange(this.currentPage - 1);
|
|
|
+ }
|
|
|
},
|
|
|
handleCurrentChange(val) {
|
|
|
this.currentPage = val;
|