From b70fade587057f2077648c2cd60103c3fb2250b8 Mon Sep 17 00:00:00 2001 From: XC <41882876+Only-Xc@users.noreply.github.com> Date: Sun, 12 Dec 2021 22:08:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(treeHelper):=20=E4=BF=AE=E5=A4=8D=20=20list?= =?UTF-8?q?ToTree=20=E6=96=B9=E6=B3=95=20parent=20=E8=8E=B7=E5=8F=96=20chi?= =?UTF-8?q?ldren=20=E9=97=AE=E9=A2=98=20(#1464)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/helper/treeHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/helper/treeHelper.ts b/src/utils/helper/treeHelper.ts index 352008ff..d905a224 100644 --- a/src/utils/helper/treeHelper.ts +++ b/src/utils/helper/treeHelper.ts @@ -24,7 +24,7 @@ export function listToTree(list: any[], config: Partial