|
|
|
@ -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();
|
|
|
|
|
|
|
|
|
|