From ff4a05504c4c7b9173f32ee0369ca10a43994272 Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Wed, 12 Jan 2022 15:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/plan/plan.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/plan/plan.component.ts b/src/app/pages/plan/plan.component.ts index 0c26628..84d816d 100644 --- a/src/app/pages/plan/plan.component.ts +++ b/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()