chore: codegen

This commit is contained in:
dap
2024-10-06 10:00:59 +08:00
parent 60ae7cc0cc
commit 315a6939dd
2 changed files with 43 additions and 9 deletions

View File

@@ -66,8 +66,7 @@ const gridOptions: VxeGridProps = {
pagerConfig: {},
proxyConfig: {
ajax: {
query: async ({ page }, formValues) => {
console.log(page);
query: async ({ page }, formValues = {}) => {
return await readyToGenList({
pageNum: page.currentPage,
pageSize: page.pageSize,