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

@ -51,11 +51,11 @@
},
maxCirculate: {
type: Number,
default: 0,
default: null,
},
minCirculate: {
type: Number,
default: 0,
default: null,
},
});