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)