|
@@ -1067,6 +1067,18 @@ app.controller('charts3Ctrl', ["$scope", "$rootScope", "$state", "$timeout", "$i
|
1067
|
1067
|
console.log($scope.slideBoxLeft3, '$scope.slideBoxLeft3')
|
1068
|
1068
|
|
1069
|
1069
|
// 聚合点信息获取
|
|
1070
|
+ $scope.incident_allData = '';
|
|
1071
|
+ $scope.incident_responseData = '';
|
|
1072
|
+ $scope.incident_solveNowData = '';
|
|
1073
|
+ $scope.incident_solvedData = '';
|
|
1074
|
+ $scope.incident_total_month = '';
|
|
1075
|
+ $scope.incident_solve_time_month = '';
|
|
1076
|
+ $scope.incident_solve_total_month = '';
|
|
1077
|
+ $scope.incident_degree_month = '';
|
|
1078
|
+ $scope.incident_total_year = '';
|
|
1079
|
+ $scope.incident_solve_time_year = '';
|
|
1080
|
+ $scope.incident_solve_total_year = '';
|
|
1081
|
+ $scope.incident_degree_year = '';
|
1070
|
1082
|
// 实时信息
|
1071
|
1083
|
if($scope.slideBoxLeft3 == 0 || $scope.slideBoxLeft3 == 3){
|
1072
|
1084
|
map_time_area({
|