fix: 修复表单拆分二开校验的bug

This commit is contained in:
gaoyunqi
2024-05-30 09:10:45 +08:00
parent a0d9c602c7
commit 6cc2639252
2 changed files with 3 additions and 1 deletions

View File

@ -689,7 +689,8 @@
handleReset,
handleEnterPress,
formRef,
formWrap
formWrap,
formModel
};
}
};

View File

@ -330,6 +330,7 @@
loading.value = false;
} else {
createFlowSuccess(taskList);
}
} else {
createFlowSuccess();
}