fix: [BPM 工作流]修复审批人节点校验的问题

This commit is contained in:
jason
2025-05-29 08:51:48 +08:00
parent db63d80338
commit 54d1471d43
4 changed files with 21 additions and 18 deletions

View File

@@ -338,7 +338,6 @@ const handleDeploy = async () => {
/** 步骤切换处理 */
const handleStepClick = async (index: number) => {
try {
console.warn('handleStepClick', index);
if (index !== 0) {
await validateBasic();
}