Explorar el Código

UserList.vue 每页 100 条数据

reghao hace 2 años
padre
commit
70042c02e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/admin/UserList.vue

+ 1 - 1
src/views/admin/UserList.vue

@@ -163,7 +163,7 @@ export default {
       // 屏幕宽度, 为了控制分页条的大小
       screenWidth: document.body.clientWidth,
       currentPage: 1,
-      pageSize: 20,
+      pageSize: 100,
       totalSize: 0,
       dataList: [],
       // **********************************************************************