fix: 修复同步操作加载提示未隐藏的问题
This commit is contained in:
@@ -561,7 +561,6 @@ function fnCancelConfirm() {
|
|||||||
function fnSync() {
|
function fnSync() {
|
||||||
const hide = message.loading(t('common.loading'), 0);
|
const hide = message.loading(t('common.loading'), 0);
|
||||||
listSync().then(res => {
|
listSync().then(res => {
|
||||||
hide();
|
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
message.success({
|
message.success({
|
||||||
content: t('views.faultManage.activeAlarm.sysncSuss'),
|
content: t('views.faultManage.activeAlarm.sysncSuss'),
|
||||||
@@ -574,6 +573,8 @@ function fnSync() {
|
|||||||
duration: 2,
|
duration: 2,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}).finally(()=>{
|
||||||
|
hide();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user