pull/176/head
xingyu4j 2025-07-19 16:52:36 +08:00
commit ff5c806de2
4 changed files with 4 additions and 4 deletions

View File

@ -300,7 +300,7 @@ async function init() {
const enableProxyConfig = options.value.proxyConfig?.enabled;
if (enableProxyConfig && autoLoad) {
props.api.grid.commitProxy?.(
'initial',
'query',
formOptions.value ? ((await formApi.getValues()) ?? {}) : {},
);
// props.api.reload(formApi.form?.values ?? {});

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,
},