Skip to content

Commit 971dc4a

Browse files
committed
Merge branch 'smallNorth/bpm' of https://gitee.com/Lee_SmallNorth/yudao-ui-admin-vue3 into smallNorth/bpm
2 parents 10c65d3 + cf03e72 commit 971dc4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,11 @@ const validateNormalForm = async () => {
10691069
return true
10701070
}
10711071
}
1072-
1072+
// TODO @小北 这里存在问题,如果当前节点没有可编辑的字段,在提交审批时 variables = {},会导致流程走向出错 @芋道
1073+
/** 场景:
1074+
流程发起后,A节点字段可编辑,因为变量值变更,流程预测节点发生变化,A审批通过后,
1075+
B节点无可编辑字段且为审批人自选节点,在提交审批时variables = {}
1076+
*/
10731077
/** 从可以编辑的流程表单字段,获取需要修改的流程实例的变量 */
10741078
/**
10751079
* TODO @小北 TO @芋道

0 commit comments

Comments
 (0)