【功能完善】流程发起时,增加流程表单的校验

pull/612/MERGE
jason 2024-12-08 12:22:11 +08:00
parent 0b6af855ac
commit a6de16a02d
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ const submitForm = async () => {
if (!fApi.value || !props.selectProcessDefinition) {
return
}
//
await fApi.value.validate()
//
if (startUserSelectTasks.value?.length > 0) {
for (const userTask of startUserSelectTasks.value) {