|
|
|
@ -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) {
|
|
|
|
|