fix: 修复审批通过时,校验审批节点是否配置审批人无返回问题

This commit is contained in:
smallNorthLee 2025-03-16 22:27:03 +08:00
parent 9f96c6177d
commit fd3b659fe9

View File

@ -759,6 +759,7 @@ const validateNextAssignees = () => {
return false return false
} }
} }
return true
} }
/** 处理审批通过和不通过的操作 */ /** 处理审批通过和不通过的操作 */