1.修改逻辑支持取流程全局配置

2.修复缺陷,审批取下个节点的限制条件
This commit is contained in:
825299534@qq.com
2025-04-29 15:01:00 +08:00
parent 585fdffa51
commit 84a6555b17
7 changed files with 149 additions and 5 deletions

View File

@ -75,6 +75,10 @@ export const initProperties = (id: InfoId, type: InfoType, name: string, parentI
properties.autoAgreeRule = processInfo.autoAgreeRule;
properties.noHandler = processInfo.noHandler;
properties.isPrevChooseNext = processInfo.isPrevChooseNext;
properties.minApprover = processInfo.minApprover;
properties.maxApprover = processInfo.maxApprover;
properties.maxCirculate = processInfo.maxCirculate;
properties.minCirculate = processInfo.minCirculate;
}
if (id === 'Activity_draft') {
// 将草稿节点的审批人设置为流程发起者