瀏覽代碼

[VersionBeta] V.1.0.0.0

[Adds]
1.优化协作空间面包屑
master
zxm 4 年之前
父節點
當前提交
d44a2f7ec5
共有 1 個檔案被更改,包括 5 行新增2 行删除
  1. +5
    -2
      src/views/main_web/workspace.vue

+ 5
- 2
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)
}
}