|
@@ -33,7 +33,6 @@
|
|
|
$scope.resetSelectparams = angular.copy($scope.selectparams);
|
|
|
$scope.pageInfo = {ptotal: 0};
|
|
|
|
|
|
-
|
|
|
$scope.dataList = [];
|
|
|
$scope.pxxsTypeList = [];
|
|
|
$scope.pxdxlxTypeList = [];
|
|
@@ -260,7 +259,7 @@
|
|
|
};
|
|
|
|
|
|
$scope.loadData();
|
|
|
- $scope.getPxxsTypeList();
|
|
|
+ $scope.getPxdxlxTypeList();
|
|
|
$scope.getPxxsTypeList();
|
|
|
});
|
|
|
})(angular);
|