master
wangning 6 years ago
parent e63f08ba19
commit 194b5d60a2

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

Loading…
Cancel
Save