|
|
@@ -2895,7 +2895,6 @@ export default { |
|
|
|
listFiles: function() { |
|
|
|
var thisApp = this; |
|
|
|
thisApp.isCommonPage = false; |
|
|
|
//thisApp.myFilesList = []; |
|
|
|
thisApp.nowFolderId = |
|
|
|
thisApp.listUserFolders[thisApp.nowFolderIndex].folderID; // 设置当前打开工作文件夹ID |
|
|
|
thisApp.nowFolderName = |
|
|
@@ -2921,10 +2920,7 @@ export default { |
|
|
|
) |
|
|
|
}) |
|
|
|
.then(response => { |
|
|
|
// thisApp.folderFileList = response.data; |
|
|
|
// thisApp.myFilesList = thisApp.folderFileList.listAllFiles; |
|
|
|
// // 加载我的文件夹 zxm+ |
|
|
|
// thisApp.myListFolderGroups = thisApp.folderFileList.listFolderGroups; |
|
|
|
thisApp.folderFileList = response.data; |
|
|
|
if (this.currentPageType == 0) { |
|
|
|
// 加载我的文件 |
|
|
|
this.myFilesList = this.folderFileList.listMyFiles; |
|
|
|