update: 待审核分页更新

This commit is contained in:
admin 2024-07-25 11:07:52 +08:00
parent 0a2180e3a6
commit 89df7a1452
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ const pageList: PageResult<Order> = reactive({
total: 0, total: 0,
list: [], list: [],
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 100,
}); });
const keyword = ref(""); const keyword = ref("");
const state = reactive<{ const state = reactive<{