Browse Source

UserList.vue 每页 100 条数据

reghao 2 năm trước cách đây
mục cha
commit
70042c02e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: [],
       // **********************************************************************