@@ -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,