|
|
@@ -2838,13 +2838,27 @@ export default { |
|
|
|
}) |
|
|
|
.then(response => { |
|
|
|
thisApp.folderFileList = response.data; |
|
|
|
if (folderPerm == 0) { |
|
|
|
thisApp.myFilesList = thisApp.folderFileList.listAllFiles; |
|
|
|
// 加载我的文件夹 zxm+ |
|
|
|
thisApp.myListFolderGroups = |
|
|
|
thisApp.folderFileList.listFolderGroups; |
|
|
|
} else { |
|
|
|
if (this.currentPageType == 0) { |
|
|
|
// if (folderPerm == 0) { |
|
|
|
// thisApp.myFilesList = thisApp.folderFileList.listAllFiles; |
|
|
|
// // 加载我的文件夹 zxm+ |
|
|
|
// thisApp.myListFolderGroups = |
|
|
|
// thisApp.folderFileList.listFolderGroups; |
|
|
|
// } else { |
|
|
|
// if (this.currentPageType == 0) { |
|
|
|
// // 加载我的文件 |
|
|
|
// thisApp.myFilesList = thisApp.folderFileList.listMyFiles; |
|
|
|
// // 加载我的文件夹 zxm+ |
|
|
|
// thisApp.myListFolderGroups = |
|
|
|
// thisApp.folderFileList.listFolderGroups; |
|
|
|
// } else { |
|
|
|
// // 加载工作文件 |
|
|
|
// thisApp.myFilesList = thisApp.folderFileList.listOtherFiles; |
|
|
|
// // 加载工作文件分组 zxm+ |
|
|
|
// thisApp.myListFolderGroups = |
|
|
|
// thisApp.folderFileList.listOtherFolderGroups; |
|
|
|
// } |
|
|
|
// } |
|
|
|
if (this.currentPageType == 0) { |
|
|
|
// 加载我的文件 |
|
|
|
thisApp.myFilesList = thisApp.folderFileList.listMyFiles; |
|
|
|
// 加载我的文件夹 zxm+ |
|
|
@@ -2857,7 +2871,6 @@ export default { |
|
|
|
thisApp.myListFolderGroups = |
|
|
|
thisApp.folderFileList.listOtherFolderGroups; |
|
|
|
} |
|
|
|
} |
|
|
|
thisApp.listCollaborationFiles(); |
|
|
|
}) |
|
|
|
.catch(error => { |
|
|
|