提交 176b0399 编写于 作者: sinat_25235033's avatar sinat_25235033

[web-app]bugfix告警设置确定后异常,按钮还在旋转

上级 c954b930
......@@ -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);
}
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册