This commit is contained in:
dap
2025-07-16 19:22:15 +08:00
22 changed files with 689 additions and 33 deletions

View File

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