fix labeltype and keymatch
This commit is contained in:
parent
718c183869
commit
da6442f189
2 changed files with 6 additions and 0 deletions
|
@ -108,6 +108,9 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<c:if test="${keyMatchPager.currentPageNumber > keyMatchPager.allPageCount}">
|
||||
<script>location.href = "${contextPath}/admin/keymatch/list/${keyMatchPager.allPageCount}";</script>
|
||||
</c:if>
|
||||
</c:if>
|
||||
</div>
|
||||
<!-- /.box-body -->
|
||||
|
|
|
@ -106,6 +106,9 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<c:if test="${labelTypePager.currentPageNumber > labelTypePager.allPageCount}">
|
||||
<script>location.href = "${contextPath}/admin/labeltype/list/${labelTypePager.allPageCount}";</script>
|
||||
</c:if>
|
||||
</c:if>
|
||||
</div>
|
||||
<!-- /.box-body -->
|
||||
|
|
Loading…
Add table
Reference in a new issue