@@ -98,7 +98,7 @@ onActivated(() => {
})
//搜索表单
-const searchForm = ref({ current: 1, size: 10, total: 0 })
+const searchForm = ref({ current: 1, size: 20, total: 0 })
//分页
const pageChange = ({ current, size }) => {