fix: fix vxeTable commit proxy

This commit is contained in:
xingyu4j
2025-07-19 17:15:39 +08:00
parent ff5c806de2
commit cf27fd8ce9
296 changed files with 318 additions and 313 deletions

View File

@@ -122,7 +122,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<PayAppApi.App>,

View File

@@ -79,7 +79,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<DemoOrderApi.Order>,

View File

@@ -67,7 +67,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<DemoWithdrawApi.Withdraw>,

View File

@@ -48,7 +48,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<any>,

View File

@@ -57,7 +57,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
resizable: true,
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<PayOrderApi.Order>,

View File

@@ -55,7 +55,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<any>,

View File

@@ -56,7 +56,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<PayTransferApi.Transfer>,

View File

@@ -48,7 +48,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<PayWalletApi.Wallet>,

View File

@@ -73,7 +73,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<any>,

View File

@@ -48,7 +48,7 @@ const [Grid] = useVbenVxeGrid({
keyField: 'id',
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
},
} as VxeTableGridOptions<any>,
});