From 926a31b0af038f6c27965ebd1bd1ac015e976ec6 Mon Sep 17 00:00:00 2001 From: zxm Date: Thu, 9 Jul 2020 09:14:16 +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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 093eb39b..ffb80aaa 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -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;