This commit is contained in:
dap
2025-07-20 16:59:49 +08:00
43 changed files with 61 additions and 45 deletions

View File

@@ -303,7 +303,7 @@ async function init() {
if (enableProxyConfig && autoLoad) {
// 第一次拿到的是readonly的数据 如果需要修改 需要cloneDeep
props.api.grid.commitProxy?.(
'initial',
'query',
cloneDeep(formOptions.value)
? (cloneDeep(await formApi.getValues()) ?? {})
: {},