Skip to content

Commit

Permalink
fix分页bug
Browse files Browse the repository at this point in the history
fix分页bug
  • Loading branch information
xujeff authored May 22, 2017
1 parent 00eed64 commit b80869f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<form action="${ctx }/cms/article/list" id="queryForm" method="POST">
<input type="hidden" name="type" value="${type }" />
<input type="hidden" name="columnId" value="${articleQueryDTO.columnId }" />
<input type="hidden" name="rootColumnId" value="${articleQueryDTO.rootColumnId }" />
<div class="J_toolsBar clearfix">
<div class="t_text ml10">
<input placeholder="标题" type="text" style="width:200px" id="title" name="title" value="${articleQueryDTO.title }">
Expand Down Expand Up @@ -520,4 +521,4 @@


</body>
</html>
</html>

0 comments on commit b80869f

Please sign in to comment.