Browse Source

大数据

pengjing 7 months ago
parent
commit
be35966f79
1 changed files with 18 additions and 0 deletions
  1. 18 0
      src/main/resources/static/app/main/bigdata/showDjdsj/home.js

+ 18 - 0
src/main/resources/static/app/main/bigdata/showDjdsj/home.js

@@ -41,6 +41,24 @@
         };
         $scope.load_dwxx();
 
+        //党组织信息
+        $scope.dzz_total = {};
+        $scope.load_dzzcount = function () {
+            $http
+            ({
+                method: 'get',
+                url: '../../api/bigdata/getDzzxxCount',
+                params: {
+
+                }
+            }).then(function (result) {
+                if (result.data != null) {
+                    $scope.dzz_total = result.data;
+                }
+            });
+        };
+        $scope.load_dzzcount();
+
 
         //党员信息
         $scope.dyxx = {};