fix(form): schemas update problem

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

fixed #688
This commit is contained in:
无木
2021-06-03 10:54:58 +08:00
parent 5d554f184f
commit 808328dc7e

View File

@@ -195,6 +195,13 @@
}
);
watch(
() => unref(getProps).schemas,
(schemas) => {
resetSchema(schemas ?? []);
}
);
watch(
() => getSchema.value,
(schema) => {