|
|
|
@ -192,7 +192,7 @@ function onLoadMatterList(name?:string){ |
|
|
|
|
|
|
|
if(name){ |
|
|
|
_page={ |
|
|
|
pageSize: 50, |
|
|
|
pageSize: 50, |
|
|
|
orderCreateTime: "DESC", |
|
|
|
orderDir: "DESC", |
|
|
|
deleted:false, |
|
|
|
@ -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 |
|
|
|
paginInfo.value.page=0, |
|
|
|
onLoadMatterList() |
|
|
|
|
|
|
|
/* 由于添加了父级树组件,breadcrumblis的功能废弃 |
|
|
|
|