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; const enableProxyConfig = options.value.proxyConfig?.enabled;
if (enableProxyConfig && autoLoad) { if (enableProxyConfig && autoLoad) {
props.api.grid.commitProxy?.( props.api.grid.commitProxy?.(
'initial', 'query',
formOptions.value ? ((await formApi.getValues()) ?? {}) : {}, formOptions.value ? ((await formApi.getValues()) ?? {}) : {},
); );
// props.api.reload(formApi.form?.values ?? {}); // props.api.reload(formApi.form?.values ?? {});

View File

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

View File

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

View File

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