fix: [BPM 工作流]修复审批人节点校验的问题
This commit is contained in:
@@ -338,7 +338,6 @@ const handleDeploy = async () => {
|
||||
/** 步骤切换处理 */
|
||||
const handleStepClick = async (index: number) => {
|
||||
try {
|
||||
console.warn('handleStepClick', index);
|
||||
if (index !== 0) {
|
||||
await validateBasic();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user