Explorar el Código

删除说法不准确的注释

偶是小菜鸟 hace 5 años
padre
commit
273311f390
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/page/logs/index.vue

+ 0 - 1
src/page/logs/index.vue

@@ -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);