Commit cb7b1b18 authored by dahai's avatar dahai

修改package.js的分页

parent b4e3a0fc
...@@ -41,11 +41,8 @@ angular.module('AvatarCheck.cardProdPackage', ['ngRoute', 'AvatarCheck.http', 't ...@@ -41,11 +41,8 @@ angular.module('AvatarCheck.cardProdPackage', ['ngRoute', 'AvatarCheck.http', 't
$scope.doPackageQuery=function(){ $scope.doPackageQuery=function(){
$scope.paginationConf = { $scope.paginationConf.currentPage=0;
currentPage: 1, $scope.paginationConf.itemsPerPage=10;
itemsPerPage: 10,
perPageOptions: [10, 20, 30, 40, 50]
};
} }
$scope.doPackageQueryPage=function(){ $scope.doPackageQueryPage=function(){
var date = $("#datepicker").val(); var date = $("#datepicker").val();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment