fix: fix vxeTable commit proxy (#6536)

* fix: 修正use-vxe-grid中的代理配置提交类型

* chore: change config
This commit is contained in:
Jin Mao
2025-07-19 16:07:15 +08:00
committed by GitHub
parent 07b64ad384
commit d5a36a167d
4 changed files with 4 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
toolbarConfig: {
custom: true,
export: false,
refresh: { code: 'query' },
refresh: true,
zoom: true,
},
treeConfig: {

View File

@@ -44,7 +44,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
toolbarConfig: {
custom: true,
export: false,
refresh: { code: 'query' },
refresh: true,
zoom: true,
},
treeConfig: {

View File

@@ -52,7 +52,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
toolbarConfig: {
custom: true,
export: false,
refresh: { code: 'query' },
refresh: true,
search: true,
zoom: true,
},