@@ -221,6 +221,7 @@ $(function () {
$('.totalCount').html(`共${data.data.totalCount}条数据 ${thePageLength}页`)
var pageArr = [],
firstNo = 1,
+ thePageNo=pageNo||1;
endNo = 5;
if (thePageNo > 3) {
firstNo = thePageNo - 2;
@@ -113,7 +113,7 @@ $(function () {
- thePageNo=pageNo,
+ thePageNo=pageNo||1,
@@ -220,6 +220,7 @@ $(function () {
@@ -240,6 +240,7 @@ $(function () {