[web-app]bugfix告警设置确定后异常,按钮还在旋转
This commit is contained in:
@@ -345,6 +345,7 @@ export class AlertSettingComponent implements OnInit {
|
|||||||
.pipe(
|
.pipe(
|
||||||
finalize(() => {
|
finalize(() => {
|
||||||
applyBind$.unsubscribe();
|
applyBind$.unsubscribe();
|
||||||
|
this.isConnectModalOkLoading = false;
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.subscribe(
|
.subscribe(
|
||||||
@@ -359,6 +360,7 @@ export class AlertSettingComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
|
this.isConnectModalOkLoading = false;
|
||||||
this.notifySvc.error('应用失败!', error.msg);
|
this.notifySvc.error('应用失败!', error.msg);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user