|
@@ -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 = {};
|