From 5fc2d8006fe85479ff7dee8fee2458f23535ac10 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 30 Apr 2020 15:58:40 +0800 Subject: [PATCH] =?UTF-8?q?ztree=20=E5=BC=82=E6=AD=A5=E6=89=93=E5=BC=80?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C=E5=A6=82=E6=9E=9C=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E6=B2=A1=E6=9C=89=E7=BB=99=E6=95=B0=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=97=A0=E6=9D=A1=E4=BB=B6=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js b/common/src/main/resources/static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js index 768e85b7..d94af41f 100644 --- a/common/src/main/resources/static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js +++ b/common/src/main/resources/static/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js @@ -1640,7 +1640,7 @@ if (root[childKey] && root[childKey].length > 0) { view.createNodes(setting, 0, root[childKey]); } else if (setting.async.enable && setting.async.url && setting.async.url !== '') { - view.asyncNode(setting); +// view.asyncNode(setting); } return zTreeTools; }