Skip to content

Commit 10c65d3

Browse files
committed
feat: 添加todo
1 parent 74d560a commit 10c65d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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

0 commit comments

Comments
 (0)