master
yixian 5 years ago
parent 83dc0c61bd
commit 1d62c2cad3

@ -30,7 +30,7 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
}
$scope.checkProgressStatus = function () {
let defer = $q.defer();
$http.get('/sys/settle_tasks/curent_progress').then(function (res) {
$http.get('/sys/settle_tasks/current_progress').then(function (res) {
$scope.progress = res.data;
defer.resolve();
if (!$scope.progress.processing) {

Loading…
Cancel
Save