From d44a2f7ec53b6df3a33054e32795f01c718c6fc5 Mon Sep 17 00:00:00 2001 From: zxm Date: Wed, 3 Jun 2020 20:29:30 +0800 Subject: [PATCH] [VersionBeta] V.1.0.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1.优化协作空间面包屑 --- src/views/main_web/workspace.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 88a83b40..1d13efa9 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -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) } }