mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 18:13:16 +08:00
chore: codegen
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user