|
|
@@ -3365,8 +3365,8 @@ export default { |
|
|
|
} else { |
|
|
|
// 加载工作文件 |
|
|
|
thisApp.myFilesList = thisApp.folderFileList.listOtherFiles; |
|
|
|
// 加载我的文件夹 zxm+ |
|
|
|
thisApp.myListFolderGroups = thisApp.folderFileList.listFolderGroups |
|
|
|
// 加载工作文件分组 zxm+ |
|
|
|
thisApp.myListFolderGroups = thisApp.folderFileList.listOtherFolderGroups |
|
|
|
} |
|
|
|
} |
|
|
|
thisApp.listCollaborationFiles(); |
|
|
@@ -5793,12 +5793,15 @@ export default { |
|
|
|
breadNodeClickEvent:function(obj,isBreadFirstNode){ |
|
|
|
var thisApp = this; |
|
|
|
thisApp.folderGroupBreads=[] |
|
|
|
console.log(obj) |
|
|
|
if(isBreadFirstNode){ |
|
|
|
alert(11) |
|
|
|
thisApp.isShowWorkt = true |
|
|
|
thisApp.isShowBread = false |
|
|
|
thisApp.dbClickSelectedFolderGroupData={} |
|
|
|
thisApp.listFiles() |
|
|
|
}else{ |
|
|
|
alert(22) |
|
|
|
thisApp.intoFoldergroup(obj) |
|
|
|
} |
|
|
|
} |
|
|
|