fix: 修复批量流水线执行时日志显示错乱的问题

This commit is contained in:
xiaojunnuo
2025-09-01 18:10:32 +08:00
parent 8a0c2b9b13
commit 4372adc703
2 changed files with 78 additions and 48 deletions
@@ -758,7 +758,7 @@ export default defineComponent({
//检查输出的stepid是否存在
let hasError = false;
let errorMessages = [];
let errorMessages: any = [];
let errorIndex = 1;
eachSteps(pp, (step: any, task: any, stage: any) => {
if (step.disabled !== true) {