close Estimate future interface

master
wangning 7 years ago
parent ddee63590f
commit 14854979f8

@ -25,12 +25,12 @@ define(['angular', 'static/commons/commons', 'static/commons/angular-ueditor', '
$scope.listLogs(); $scope.listLogs();
$scope.future_loading = true; $scope.future_loading = true;
$scope.listEsitimate = function () { $scope.listEsitimate = function () {
$http.get('/analysis/estimate/future').then(function (resp) { // $http.get('/analysis/estimate/future').then(function (resp) {
$scope.future = resp.data; // $scope.future = resp.data;
$scope.future_loading = false; // $scope.future_loading = false;
}, function () { // }, function () {
$scope.future_loading = true; // $scope.future_loading = true;
}); // });
} }
$scope.listEsitimate(); $scope.listEsitimate();

Loading…
Cancel
Save