西海岸:基础设施左侧树,只有一个父级菜单的时候,默认展开第一级
This commit is contained in:
parent
a7ac2e8a1e
commit
2ee2d988cc
|
@ -91,6 +91,10 @@ export default defineComponent({
|
|||
})
|
||||
}
|
||||
treeData.value = res.data && res.data.data || []
|
||||
// 只有一个,默认展开到二级菜单
|
||||
if(res.data && res.data.data.length == 1) {
|
||||
showBottom(treeData.value[0])
|
||||
}
|
||||
}
|
||||
}
|
||||
mybus.on('getDeptList', () => {
|
||||
|
|
Loading…
Reference in New Issue