fix(脑图): 进入节点问题修复

This commit is contained in:
baiqi 2024-08-21 16:13:20 +08:00 committed by Craftsman
parent d0af0072c2
commit 3bee8d9ddb
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@
watch( watch(
() => importJson.value.treePath, () => importJson.value.treePath,
(arr) => { (arr) => {
currentTreePath.value = arr; currentTreePath.value = arr || [];
} }
); );