Update migrations
This commit is contained in:
miroman-afk
2022-02-05 15:26:43 +03:00
parent 5b1c774259
commit 506636d35c
7 changed files with 35 additions and 21 deletions

View File

@@ -34,6 +34,7 @@
};
$scope.deleteReport = function (report) {
$('#preload-modal').modal();
Notification.primary('Дождитесь удаления! Страница обновится автоматически.');
smartRequest.post('v1/deletedata', {
value: 'delete_report',
@@ -46,6 +47,7 @@
setTimeout(function() {
//location.reload();
$scope.update();
$('#preload-modal').modal('hide');
}, 1000);
}
if ($scope.status == 'error') {