From 176b039967c402a295dddd868d7f3c53eb7e3f9b Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Sun, 27 Feb 2022 10:02:07 +0800 Subject: [PATCH] =?UTF-8?q?[web-app]bugfix=E5=91=8A=E8=AD=A6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=A1=AE=E5=AE=9A=E5=90=8E=E5=BC=82=E5=B8=B8,?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E8=BF=98=E5=9C=A8=E6=97=8B=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/routes/alert/alert-setting/alert-setting.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web-app/src/app/routes/alert/alert-setting/alert-setting.component.ts b/web-app/src/app/routes/alert/alert-setting/alert-setting.component.ts index 349f131..cf3057d 100644 --- a/web-app/src/app/routes/alert/alert-setting/alert-setting.component.ts +++ b/web-app/src/app/routes/alert/alert-setting/alert-setting.component.ts @@ -345,6 +345,7 @@ export class AlertSettingComponent implements OnInit { .pipe( finalize(() => { applyBind$.unsubscribe(); + this.isConnectModalOkLoading = false; }) ) .subscribe( @@ -359,6 +360,7 @@ export class AlertSettingComponent implements OnInit { } }, error => { + this.isConnectModalOkLoading = false; this.notifySvc.error('应用失败!', error.msg); } );