修复某些情况下重设schemas数据不会生效的问题 fixed #688
@@ -195,6 +195,13 @@
}
);
+ watch(
+ () => unref(getProps).schemas,
+ (schemas) => {
+ resetSchema(schemas ?? []);
+ }
+ );
+
watch(
() => getSchema.value,
(schema) => {