Commit da7b7229 authored by liboyang's avatar liboyang

新增页面

parent da29c65b
......@@ -38,7 +38,6 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
itemsPerPage: 10,
perPageOptions: [10, 20, 30, 40, 50]
};
$scope.show = true;
$scope.choseDate = $filter("date")(new Date(), "yyyy-MM-dd");
var getCountJson = function(){
......@@ -73,6 +72,7 @@ angular.module('AvatarCheck.uploadExcelAndSearch', ['ngRoute', 'AvatarCheck.http
return json;
}
var getJson = function () {
console.log($scope.paginationConf.currentPage+1,"in")
var json={};
if (angular.isDefined($scope.applicantName)) {
json.applicantName=$scope.applicantName;
......
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