@ -202,10 +202,10 @@ const validateLoopNode = (nodeData: any, nodeType: string): string[] => {
return errors;
}
// 检查循环条件
if (!customDef.conditions || customDef.conditions.length === 0) {
errors.push('请至少添加一个循环条件');
// // 检查循环条件
// if (!customDef.conditions || customDef.conditions.length === 0) {
// errors.push('请至少添加一个循环条件');
// }
};