mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:19:01 +08:00
修复form中crud弹框crud无限循环问题
This commit is contained in:
parent
82ac17d59d
commit
d2a91d30a1
@ -1130,7 +1130,7 @@ export function chainEvents(props: any, schema: any) {
|
||||
) {
|
||||
ret[key] = chainFunctions(schema[key], props[key]);
|
||||
} else {
|
||||
ret[key] = props[key];
|
||||
ret[key] = schema[key] ?? props[key];
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user