Ver código fonte

历史拜访默认查询20条数据

sunny 3 meses atrás
pai
commit
ad5147cdd7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/historicalVisit/historAllVisit.vue

+ 1 - 1
src/views/historicalVisit/historAllVisit.vue

@@ -259,7 +259,7 @@ export default {
       StaffShow: false,
       deptForm: { type: '', parentId: '' },
       pageNum: 1, // 当前页码  int类型
-      pageSize: 10, // 当前每页条数  int类型
+      pageSize: 20, // 当前每页条数  int类型
       userDeptLevel: null,
     };
   },