We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d560a commit cf03e72Copy full SHA for cf03e72
src/views/bpm/processInstance/detail/ProcessInstanceOperationButton.vue
@@ -1069,7 +1069,11 @@ const validateNormalForm = async () => {
1069
return true
1070
}
1071
1072
-
+// TODO @小北 这里存在问题,如果当前节点没有可编辑的字段,在提交审批时 variables = {},会导致流程走向出错 @芋道
1073
+/** 场景:
1074
+ 流程发起后,A节点字段可编辑,因为变量值变更,流程预测节点发生变化,A审批通过后,
1075
+ B节点无可编辑字段且为审批人自选节点,在提交审批时variables = {}
1076
+ */
1077
/** 从可以编辑的流程表单字段,获取需要修改的流程实例的变量 */
1078
const getUpdatedProcessInstanceVariables = () => {
1079
const variables = {}
0 commit comments