From 9275260019df864fc817d0bf5c689900d6954821 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 13 Sep 2024 10:46:31 +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 --- .../src/main/resources/views/modules/test/testTreeList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}">