更新后端分页数量

This commit is contained in:
2026-07-06 12:20:30 +08:00
parent 89e0a9df9f
commit 18f29fff88
+1 -1
View File
@@ -8,7 +8,7 @@ const total = ref(0)
const loading = ref(false) const loading = ref(false)
const search = ref('') const search = ref('')
const page = ref(1) const page = ref(1)
const pageSize = 50 const pageSize = 20
async function load() { async function load() {
loading.value = true loading.value = true