fix labeltype and keymatch
@@ -108,6 +108,9 @@
</ul>
</div>
+ <c:if test="${keyMatchPager.currentPageNumber > keyMatchPager.allPageCount}">
+ <script>location.href = "${contextPath}/admin/keymatch/list/${keyMatchPager.allPageCount}";</script>
+ </c:if>
</c:if>
<!-- /.box-body -->
@@ -106,6 +106,9 @@
+ <c:if test="${labelTypePager.currentPageNumber > labelTypePager.allPageCount}">
+ <script>location.href = "${contextPath}/admin/labeltype/list/${labelTypePager.allPageCount}";</script>