陈鹏飞 3 years ago
parent
commit
ff4a05504c
  1. 2
      src/app/pages/plan/plan.component.ts

2
src/app/pages/plan/plan.component.ts

@ -595,7 +595,7 @@ export class PlanComponent implements OnInit {
this.updateProgressList()
}
this.updateTimer ? window.clearTimeout(this.updateTimer) : null //清除定时器
this.isSuspend = true //暂停
this.isSuspend = false //取消暂停
this.nzCurrent = event
this.progressList.forEach((item, index) => { index >= this.nzCurrent ? this.progressList[index] = 0 : this.progressList[index] = 100 })
this.publicToggleNode()

Loading…
Cancel
Save