Prechádzať zdrojové kódy

学校列表分页size

Xiao_123 2 mesiacov pred
rodič
commit
46592a9235

+ 1 - 1
src/views/menduner/schoolRegisterExamine/index.vue

@@ -117,7 +117,7 @@ const list = ref([]) // 列表的数据
 const total = ref(0) // 列表的总页数
 const queryParams = reactive({
   current: 1,
-  size: 8,
+  size: 10,
   schoolName: undefined,
   phone: undefined,
   authStatus: undefined,