Skip to content

Commit 02baa4c

Browse files
YunaiVgitee-org
authored andcommitted
!737 fix: 修复审批通过时,校验审批节点是否配置审批人无返回问题
Merge pull request !737 from SamllNorth_Lee/feature/bpm
2 parents 9f96c61 + 07d39d7 commit 02baa4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

+1-5
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
/** 处理审批通过和不通过的操作 */
@@ -1077,11 +1078,6 @@ const validateNormalForm = async () => {
10771078
}
10781079
}
10791080
1080-
/**
1081-
* TODO @小北 TO @芋道
1082-
* 问题:这里存在一种场景会出现问题,流程发起后,A节点审批完成,B节点没有可编辑的流程字段且B节点为自选审批人节点,会导致流程审批人为空,
1083-
* 原因:因为没有可编辑的流程字段时props.writableFields为空,参数variables传递时也为空
1084-
*/
10851081
/** 从可以编辑的流程表单字段,获取需要修改的流程实例的变量 */
10861082
const getUpdatedProcessInstanceVariables = () => {
10871083
const variables = {}

0 commit comments

Comments
 (0)