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}"/>