We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6af85 commit a6de16aCopy full SHA for a6de16a
src/views/bpm/processInstance/create/ProcessDefinitionDetail.vue
@@ -179,6 +179,8 @@ const submitForm = async () => {
179
if (!fApi.value || !props.selectProcessDefinition) {
180
return
181
}
182
+ // 流程表单校验
183
+ await fApi.value.validate()
184
// 如果有指定审批人,需要校验
185
if (startUserSelectTasks.value?.length > 0) {
186
for (const userTask of startUserSelectTasks.value) {
0 commit comments