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({
isHover: true,
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
checkboxConfig: {

View File

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

View File

@@ -125,7 +125,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
isHover: true,
},
toolbarConfig: {
refresh: { code: 'query' },
refresh: true,
search: true,
},
} as VxeTableGridOptions<SystemSmsTemplateApi.SmsTemplate>,