From 7b537b4c8309acfe3e3d150d798d7a6594ba90a8 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 13 Sep 2024 10:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=90=9C=E7=B4=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cms/src/main/resources/views/modules/cms/articleList.html | 4 ++-- .../src/main/resources/views/modules/cms/categoryList.html | 4 ++-- .../cms/src/main/resources/views/modules/cms/commentList.html | 4 ++-- .../cms/src/main/resources/views/modules/cms/reportList.html | 4 ++-- .../cms/src/main/resources/views/modules/cms/siteList.html | 2 +- .../src/main/resources/views/modules/cms/visitLogList.html | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/cms/src/main/resources/views/modules/cms/articleList.html b/modules/cms/src/main/resources/views/modules/cms/articleList.html index 424af3db..d7e4d529 100644 --- a/modules/cms/src/main/resources/views/modules/cms/articleList.html +++ b/modules/cms/src/main/resources/views/modules/cms/articleList.html @@ -14,7 +14,7 @@
- <#form:form id="searchForm" model="${article}" action="${ctx}/cms/article/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${article}" action="${ctx}/cms/article/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
@@ -54,7 +54,7 @@