From 32a700de4970739d820570e3969858931ac839eb Mon Sep 17 00:00:00 2001 From: yell Date: Fri, 6 May 2022 11:18:18 +0900 Subject: [PATCH] =?UTF-8?q?[#1160]=20TreeGrid=20>=20Highlight=20=EC=8B=9C?= =?UTF-8?q?=20=EC=9E=90=EC=8B=9D=20=EB=85=B8=EB=93=9C=20=EC=95=88=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EB=8A=94=20=EC=9D=B4=EC=8A=88=20####################?= =?UTF-8?q?=20-=20parent=EA=B0=80=20=EC=97=86=EB=8A=94=20=EC=B5=9C?= =?UTF-8?q?=EC=83=81=EC=9D=98=20=EB=85=B8=EB=93=9C=EC=9D=BC=20=EA=B2=BD?= =?UTF-8?q?=EC=9A=B0=20=EC=9E=90=EC=8B=9D=EB=85=B8=EB=93=9C=20show=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=EB=90=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/treeGrid/TreeGrid.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/treeGrid/TreeGrid.vue b/src/components/treeGrid/TreeGrid.vue index 45e2a8799..1be02e54c 100644 --- a/src/components/treeGrid/TreeGrid.vue +++ b/src/components/treeGrid/TreeGrid.vue @@ -524,6 +524,7 @@ export default { }; const setParentShow = (data) => { if (!data?.parent) { + setChildShow(data); return; } const { parent } = data;