From d034a0c536e8be832735b58783a83f9518da930a Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Wed, 20 Oct 2021 11:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/route/userlocation/map_summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/route/userlocation/map_summary.html b/src/main/resources/static/route/userlocation/map_summary.html index 676415d..1f5766e 100644 --- a/src/main/resources/static/route/userlocation/map_summary.html +++ b/src/main/resources/static/route/userlocation/map_summary.html @@ -362,7 +362,7 @@ } }, onLoadSuccess: function() { - var node = $('#areaTree').tree('find', 'areaLevel4'); + var node = $('#areaTree').tree('find', 'areaLevel2'); $('#areaTree').tree('select', node.target); $("#areaTree").tree("collapseAll"); }