@ -461,7 +461,7 @@ function onNodeClick(data:matterTree,node:TreeNode,self:any,env:any){
}else{
currentNode.value={uuid:"root"}
}
paginInfo.value.page=0,
onLoadMatterList()
return
let _page: matterPage = {
@ -340,6 +340,7 @@ function handleDoubleClick(row:matterInfo,ind?:number){
//2: 如果当前目录是当前空间根目录,没必要更新目录树
if(currentNode.value.puuid==row.uuid || row.uuid=="root") isNewNode=false
currentNode.value=row
/* 由于添加了父级树组件,breadcrumblis的功能废弃