Skip to content

Commit 07d39d7

Browse files
committed
review: 删掉TODO注释,此场景已由后端处理
1 parent fd3b659 commit 07d39d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,11 +1078,6 @@ const validateNormalForm = async () => {
10781078
}
10791079
}
10801080
1081-
/**
1082-
* TODO @小北 TO @芋道
1083-
* 问题:这里存在一种场景会出现问题,流程发起后,A节点审批完成,B节点没有可编辑的流程字段且B节点为自选审批人节点,会导致流程审批人为空,
1084-
* 原因:因为没有可编辑的流程字段时props.writableFields为空,参数variables传递时也为空
1085-
*/
10861081
/** 从可以编辑的流程表单字段,获取需要修改的流程实例的变量 */
10871082
const getUpdatedProcessInstanceVariables = () => {
10881083
const variables = {}

0 commit comments

Comments
 (0)