fix: hide loading while delete logs error

This commit is contained in:
Emil Zhai
2022-12-18 18:29:51 +00:00
parent f8aba3045c
commit d881e8a507

View File

@@ -501,6 +501,7 @@ $(document).ready(function () {
}
},
error: function (xhr, status, error) {
$('body').loadingModal('hide');
swal({
icon: "error",
title: "错误",