페이징 표출 보완

This commit is contained in:
KNKIM 2021-11-02 14:50:12 +09:00
parent 826dc9df79
commit 4c77981595

View File

@ -282,7 +282,7 @@ function pageLoad(fnName,pageIndex, totRecordCount, startPage, endPage, lastPage
}
$("#paging").append(html);
$("#paging").html(html);
}