提交 405d7466 作者: vben

fix(form): fix appendSchemaByField not work

上级 3549043f
......@@ -117,7 +117,7 @@ export function useFormEvents({
const schemaList: FormSchema[] = cloneDeep(unref(getSchema));
const index = schemaList.findIndex((schema) => schema.field === prefixField);
const hasInList = schemaList.some((item) => item.field === schema.field);
const hasInList = schemaList.some((item) => item.field === prefixField);
if (!hasInList) return;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论