From 8bbd343af4145992126ec3e13f5689ceaa410056 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 12 Aug 2024 10:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9F=A5=E8=AF=A2=E7=9A=84?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE=EF=BC=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=8F=8C=E7=AE=AD=E5=A4=B4=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/src/main/resources/views/modules/sys/companyList.html | 2 +- modules/core/src/main/resources/views/modules/sys/menuList.html | 2 +- .../core/src/main/resources/views/modules/sys/moduleList.html | 2 +- .../core/src/main/resources/views/modules/sys/officeList.html | 2 +- modules/core/src/main/resources/views/modules/sys/postList.html | 2 +- modules/core/src/main/resources/views/modules/sys/roleList.html | 2 +- .../src/main/resources/views/modules/sys/user/empUserList.html | 2 +- .../src/main/resources/views/modules/test/testDataList.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/companyList.html b/modules/core/src/main/resources/views/modules/sys/companyList.html index e64754f5..f1e5250d 100644 --- a/modules/core/src/main/resources/views/modules/sys/companyList.html +++ b/modules/core/src/main/resources/views/modules/sys/companyList.html @@ -17,7 +17,7 @@
- <#form:form id="searchForm" model="${company}" action="${ctx}/sys/company/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${company}" action="${ctx}/sys/company/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden name="ctrlPermi" value="${ctrlPermi}"/> <#form:hidden path="companyCode" class="isReset"/> diff --git a/modules/core/src/main/resources/views/modules/sys/menuList.html b/modules/core/src/main/resources/views/modules/sys/menuList.html index f9986ca6..cbdd0a09 100644 --- a/modules/core/src/main/resources/views/modules/sys/menuList.html +++ b/modules/core/src/main/resources/views/modules/sys/menuList.html @@ -35,7 +35,7 @@
- <#form:form id="searchForm" model="${menu}" action="${ctx}/sys/menu/listData" method="post" class="form-inline hide"> + <#form:form id="searchForm" model="${menu}" action="${ctx}/sys/menu/listData" method="post" class="form-inline "> <#form:hidden path="moduleCodes" class="isReset" /> <#form:hidden path="menuCode" class="isReset"/> <#form:hidden path="sysCode" /> diff --git a/modules/core/src/main/resources/views/modules/sys/moduleList.html b/modules/core/src/main/resources/views/modules/sys/moduleList.html index 66a9d9f7..7beb5565 100644 --- a/modules/core/src/main/resources/views/modules/sys/moduleList.html +++ b/modules/core/src/main/resources/views/modules/sys/moduleList.html @@ -16,7 +16,7 @@
- <#form:form id="searchForm" model="${module}" action="${ctx}/sys/module/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${module}" action="${ctx}/sys/module/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
diff --git a/modules/core/src/main/resources/views/modules/sys/officeList.html b/modules/core/src/main/resources/views/modules/sys/officeList.html index 37d3eaff..44bb4ff7 100644 --- a/modules/core/src/main/resources/views/modules/sys/officeList.html +++ b/modules/core/src/main/resources/views/modules/sys/officeList.html @@ -19,7 +19,7 @@
- <#form:form id="searchForm" model="${office}" action="${ctx}/sys/office/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${office}" action="${ctx}/sys/office/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden name="ctrlPermi" value="${ctrlPermi}"/> <#form:hidden path="officeCode" class="isReset"/> diff --git a/modules/core/src/main/resources/views/modules/sys/postList.html b/modules/core/src/main/resources/views/modules/sys/postList.html index 1d7b3ddc..560d5fc1 100644 --- a/modules/core/src/main/resources/views/modules/sys/postList.html +++ b/modules/core/src/main/resources/views/modules/sys/postList.html @@ -14,7 +14,7 @@
- <#form:form id="searchForm" model="${post}" action="${ctx}/sys/post/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${post}" action="${ctx}/sys/post/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">
diff --git a/modules/core/src/main/resources/views/modules/sys/roleList.html b/modules/core/src/main/resources/views/modules/sys/roleList.html index c6949b46..a769a815 100644 --- a/modules/core/src/main/resources/views/modules/sys/roleList.html +++ b/modules/core/src/main/resources/views/modules/sys/roleList.html @@ -16,7 +16,7 @@
- <#form:form id="searchForm" model="${role}" action="${ctx}/sys/role/listData" method="post" class="form-inline hide" + <#form:form id="searchForm" model="${role}" action="${ctx}/sys/role/listData" method="post" class="form-inline " data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}"> <#form:hidden name="ctrlPermi" value="${ctrlPermi}"/>
diff --git a/modules/core/src/main/resources/views/modules/sys/user/empUserList.html b/modules/core/src/main/resources/views/modules/sys/user/empUserList.html index f567464e..5dea1549 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/empUserList.html +++ b/modules/core/src/main/resources/views/modules/sys/user/empUserList.html @@ -57,7 +57,7 @@
- +
diff --git a/modules/test/src/main/resources/views/modules/test/testDataList.html b/modules/test/src/main/resources/views/modules/test/testDataList.html index f6b2a1a8..83be8d22 100644 --- a/modules/test/src/main/resources/views/modules/test/testDataList.html +++ b/modules/test/src/main/resources/views/modules/test/testDataList.html @@ -48,7 +48,7 @@
- +