提交 808328dc 作者: 无木

fix(form): schemas update problem

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

fixed #688
上级 5d554f18
......@@ -196,6 +196,13 @@
);
watch(
() => unref(getProps).schemas,
(schemas) => {
resetSchema(schemas ?? []);
}
);
watch(
() => getSchema.value,
(schema) => {
nextTick(() => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论