mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
fix: disabled static 失效问题
This commit is contained in:
parent
3da60c91e2
commit
3e3bfdb45d
@ -1406,7 +1406,7 @@ export function chainEvents(props: any, schema: any) {
|
||||
ret[key] = chainFunctions(schema[key], props[key]);
|
||||
}
|
||||
} else {
|
||||
ret[key] = props[key];
|
||||
ret[key] = props[key] ?? schema[key];
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user