From 9a671d8dfd8795b96e2925d70a70c6cef8564a14 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 13 Sep 2024 10:46:24 +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 --- .../main/resources/views/modules/biz/bizCategoryList.html | 2 +- .../src/main/resources/views/modules/msg/msgInnerList.html | 4 ++-- .../core/src/main/resources/views/modules/sys/areaList.html | 4 ++-- .../core/src/main/resources/views/modules/sys/logList.html | 6 +++--- .../src/main/resources/views/modules/sys/onlineList.html | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/biz/bizCategoryList.html b/modules/core/src/main/resources/views/modules/biz/bizCategoryList.html index 67454cd1..6575648d 100644 --- a/modules/core/src/main/resources/views/modules/biz/bizCategoryList.html +++ b/modules/core/src/main/resources/views/modules/biz/bizCategoryList.html @@ -17,7 +17,7 @@
- <#form:form id="searchForm" model="${bizCategory}" action="${ctx}/biz/bizCategory/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${bizCategory}" action="${ctx}/biz/bizCategory/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden path="categoryCode"/>
diff --git a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html index d505d88e..465c468e 100644 --- a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html +++ b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html @@ -14,7 +14,7 @@
- <#form:form id="searchForm" model="${msgInner}" action="${ctx}/msg/msgInner/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${msgInner}" action="${ctx}/msg/msgInner/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
@@ -64,7 +64,7 @@