From b651fb021a3a5133524ff2fe78a834ae49ed9e41 Mon Sep 17 00:00:00 2001 From: "kuang.yifei@iwhalecloud.com" Date: Tue, 2 Aug 2022 10:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=B1=BB=E7=9B=AE=E4=B8=BA?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/goods/category/tree.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghy-admin/src/main/resources/templates/goods/category/tree.html b/ghy-admin/src/main/resources/templates/goods/category/tree.html index c15252b1..6b50b1ed 100644 --- a/ghy-admin/src/main/resources/templates/goods/category/tree.html +++ b/ghy-admin/src/main/resources/templates/goods/category/tree.html @@ -36,7 +36,8 @@ var options = { url: url, expandLevel: 2, - onClick : zOnClick + onClick : zOnClick, + expandAll: false }; $.tree.init(options); });