提交 808328dc 编写于 作者: 无木

fix(form): schemas update problem

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

fixed #688
上级 5d554f18
......@@ -195,6 +195,13 @@
}
);
watch(
() => unref(getProps).schemas,
(schemas) => {
resetSchema(schemas ?? []);
}
);
watch(
() => getSchema.value,
(schema) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册