时间段错误修
This commit is contained in:
parent
34d693e774
commit
ddf26302a6
@ -443,8 +443,7 @@ const errortitle:any = ref('') // 错误标题
|
||||
|
||||
});
|
||||
console.log(`\n共发现 ${errors.length} 个问题`);
|
||||
errorsStrs.value = errors
|
||||
isError.value = true
|
||||
|
||||
// return true;
|
||||
}
|
||||
// === 3. 检查分段间:后一个分段的所有 t 值必须大于前一个分段的最大 t 值 ===
|
||||
@ -478,6 +477,8 @@ const errortitle:any = ref('') // 错误标题
|
||||
if(errors.length == 0){
|
||||
return false;
|
||||
}else{
|
||||
errorsStrs.value = errors
|
||||
isError.value = true
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user