diff --git a/modules/test/src/main/resources/views/modules/test/testTreeList.html b/modules/test/src/main/resources/views/modules/test/testTreeList.html
index c70680d6..6ca28564 100644
--- a/modules/test/src/main/resources/views/modules/test/testTreeList.html
+++ b/modules/test/src/main/resources/views/modules/test/testTreeList.html
@@ -17,7 +17,7 @@
- <#form:form id="searchForm" model="${testTree}" action="${ctx}/test/testTree/listData" method="post" class="form-inline hide"
+ <#form:form id="searchForm" model="${testTree}" action="${ctx}/test/testTree/listData" method="post" class="form-inline "
data-page-no="${parameter.pageNo}" data-page-size="${parameter.pageSize}" data-order-by="${parameter.orderBy}">