zhouna 4 년 전
부모
커밋
b15b9b69d6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/js/searchStaticList.js

+ 2 - 1
src/js/searchStaticList.js

@@ -195,7 +195,8 @@ function renderPagination(totalPage,activePage,totalNum){
         }
     })
     $('.select').change(function(){
-        size = $(this).val()
+        size = $(this).val();
+        curPage=1;
         getTabData()
     })
     $('.goNum input').change(function(){