fix(脑图): 进入节点问题修复
This commit is contained in:
parent
d0af0072c2
commit
3bee8d9ddb
|
@ -291,7 +291,7 @@
|
|||
watch(
|
||||
() => importJson.value.treePath,
|
||||
(arr) => {
|
||||
currentTreePath.value = arr;
|
||||
currentTreePath.value = arr || [];
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue