seimin 1 年間 前
コミット
6e05dc52f2
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      assets/js/controllers/charts3.js

+ 2 - 2
assets/js/controllers/charts3.js

@@ -465,11 +465,11 @@ app.controller('charts3Ctrl', ["$scope", "$rootScope", "$state", "$timeout", "$i
465
 
465
 
466
     // // 获取近一年建单总数数据
466
     // // 获取近一年建单总数数据
467
     // // 开始
467
     // // 开始
468
-    $scope.incident_total_year = "";
468
+    $scope.incident_total = "";
469
 
469
 
470
     function getYear_incident_total(time) {
470
     function getYear_incident_total(time) {
471
         api_hkreport.incidentreport(time, 'large_screen_year_incident_total').then(function (res) {
471
         api_hkreport.incidentreport(time, 'large_screen_year_incident_total').then(function (res) {
472
-            $scope.incident_total_year = res.data[0].sum
472
+            $scope.incident_total = res.data[0].sum
473
         })
473
         })
474
     }
474
     }
475
     getYear_incident_total({
475
     getYear_incident_total({