|
@@ -75,7 +75,6 @@ export default {
|
|
|
if (total <= this.onePageMaxSize) {
|
|
|
this.list = this.logsList;
|
|
|
} else {
|
|
|
- // 超过一页记录,开启分页
|
|
|
const currentPage = this.page.currentPage;
|
|
|
const pageSize = this.page.pageSize;
|
|
|
this.list = this.logsList.slice((currentPage - 1) * pageSize, currentPage * pageSize);
|