gaodd 2 anos atrás
pai
commit
3df366cb5b

+ 3 - 0
src/main/resources/static/app/business/deliveryStorageNotice/controller/propertyTransitionSheetCtrl.js

@@ -6,6 +6,9 @@ angular.module('app.business').controller("propertyTransitionSheetCtrl", functio
6 6
 	
7 7
      // 获取列表数据
8 8
      $scope.loadData = function() {
9
+    	 if($scope.pageInfo.pageSize == 0){
10
+    		 $scope.pageInfo.pageSize = 10;
11
+    	 }
9 12
     	 receiveNoticeService.getAuditList($scope.pageInfo.pageNum, $scope.pageInfo.pageSize,$scope.searchCondition).then(function(data){
10 13
              $scope.pageInfo = data;
11 14
          },function(data){