Merge branch 'smallNorth/bpm' of https://gitee.com/Lee_SmallNorth/yudao-ui-admin-vue3 into smallNorth/bpm

This commit is contained in:
smallNorthLee 2025-02-28 22:55:28 +08:00
commit 971dc4a4c2

View File

@ -1069,7 +1069,11 @@ const validateNormalForm = async () => {
return true
}
}
// TODO @ variables = {} @
/**
流程发起后A节点字段可编辑因为变量值变更流程预测节点发生变化A审批通过后,
B节点无可编辑字段且为审批人自选节点在提交审批时variables = {}
*/
/** 从可以编辑的流程表单字段,获取需要修改的流程实例的变量 */
/**
* TODO @小北 TO @芋道