Commit 808328dc authored by 无木's avatar 无木

fix(form): schemas update problem

修复某些情况下重设schemas数据不会生效的问题

fixed #688
parent 5d554f18
......@@ -195,6 +195,13 @@
}
);
watch(
() => unref(getProps).schemas,
(schemas) => {
resetSchema(schemas ?? []);
}
);
watch(
() => getSchema.value,
(schema) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment