Skip to content

Commit fd3b659

Browse files
committed
fix: 修复审批通过时,校验审批节点是否配置审批人无返回问题
1 parent 9f96c61 commit fd3b659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ const validateNextAssignees = () => {
759759
return false
760760
}
761761
}
762+
return true
762763
}
763764
764765
/** 处理审批通过和不通过的操作 */

0 commit comments

Comments
 (0)