提交 405d7466 编写于 作者: V 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 is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册