mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
feat: 解决Form updateSchema后执行setProps导致schemaRef被重置的问题 (#3354)
This commit is contained in:
parent
be935eb44e
commit
b0e8154f9f
@ -218,7 +218,7 @@
|
||||
);
|
||||
|
||||
watch(
|
||||
() => unref(getProps).schemas,
|
||||
() => props.schemas,
|
||||
(schemas) => {
|
||||
resetSchema(schemas ?? []);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user