From 8c0d9f5ae9634dc8b4b4dd12753fbe8851d1bea3 Mon Sep 17 00:00:00 2001 From: baejihoon <46586573+baejihoon@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:15:53 +0900 Subject: [PATCH] =?UTF-8?q?[#935][3.0]=20TreeGrid=20>=20deselect=20?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=9C=20watch=20=EC=B6=94=EA=B0=80=20(?= =?UTF-8?q?#936)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/treeGrid/TreeGrid.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/treeGrid/TreeGrid.vue b/src/components/treeGrid/TreeGrid.vue index a48f7549a..131c974b2 100644 --- a/src/components/treeGrid/TreeGrid.vue +++ b/src/components/treeGrid/TreeGrid.vue @@ -326,6 +326,12 @@ export default { } }, ); + watch( + () => props.selected, + (value) => { + selectInfo.selectedRow = value; + }, + ); watch( () => checkInfo.useCheckbox.mode, () => {