src/views/visualization.vue
@@ -1332,10 +1332,8 @@ getProgressInfo() { this.resprocInfoTimer=null for (let i in this.TasksCopy){ if(this.TasksCopy[i].Procedure.ID){ getProgress({ channel: Number(i), procedureId: this.TasksCopy[i].Procedure.ID, }).then((res) => { if (res.code == 200) { this.TasksCopy[i].finishNumber = res.data?.finishNumber ?? 0; @@ -1345,7 +1343,6 @@ } this.resprocInfoTimer=res; }); } } }, // 设置