feat: 解决Form updateSchema后执行setProps导致schemaRef被重置的问题 (#3354)

This commit is contained in:
韩菱纱 2023-11-28 18:00:34 +08:00 committed by GitHub
parent be935eb44e
commit b0e8154f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@
);
watch(
() => unref(getProps).schemas,
() => props.schemas,
(schemas) => {
resetSchema(schemas ?? []);
},