|
|
|
@ -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() |
|
|
|
|