This commit is contained in:
xingyu4j
2025-07-19 16:52:36 +08:00
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 ?? {});