fix: 解决空数据的判断;
This commit is contained in:
parent
dbfa1a4037
commit
746cb150c4
|
@ -64,6 +64,8 @@ const getVertion = (data) => {
|
||||||
childs: []
|
childs: []
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
//判断是否存在该教材,有则展示第一项
|
||||||
|
if(treeData.value.length === 0) return
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
defaultExpandedKeys.value = [treeData.value[0].id]
|
defaultExpandedKeys.value = [treeData.value[0].id]
|
||||||
node.currentNode.data = treeData.value[0]
|
node.currentNode.data = treeData.value[0]
|
||||||
|
|
Loading…
Reference in New Issue