fix: 修复表单拆分二开校验的bug
This commit is contained in:
@ -689,7 +689,8 @@
|
||||
handleReset,
|
||||
handleEnterPress,
|
||||
formRef,
|
||||
formWrap
|
||||
formWrap,
|
||||
formModel
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
@ -330,6 +330,7 @@
|
||||
loading.value = false;
|
||||
} else {
|
||||
createFlowSuccess(taskList);
|
||||
}
|
||||
} else {
|
||||
createFlowSuccess();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user