페이지 사이즈 변경 시, 1페이지로 초기화 처리함

This commit is contained in:
KNKIM 2021-11-26 16:56:24 +09:00
parent 4866e2da93
commit c0377ed311

View File

@ -60,6 +60,7 @@ window.onload = function() {
// 페이지 크기 변경시 재조회 // 페이지 크기 변경시 재조회
$("#pageSize").on("change", function(e) { $("#pageSize").on("change", function(e) {
$("#pageIndex").val(1);
fnFilterSch(); fnFilterSch();
}); });