From aea65eb40c1131de0155ee3bed22fd5c2827ef88 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Mon, 27 Jun 2022 17:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/detailsPageInfrastructureTree.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/src/views/home/detailsPageInfrastructureTree.vue b/front/src/views/home/detailsPageInfrastructureTree.vue index c0c51a00..baa3362a 100644 --- a/front/src/views/home/detailsPageInfrastructureTree.vue +++ b/front/src/views/home/detailsPageInfrastructureTree.vue @@ -256,6 +256,9 @@ } }) }) + if (child) { + selectId.value = child.id + } } watch(selectedKeys, () => { console.log('selectedKeys', selectedKeys)