Browse Source

[VersionBeta] V.1.0.0.0

[Adds]
1.公共文件夹显示问题,多注释了
master
zxm 4 years ago
parent
commit
926a31b0af
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      src/views/main_web/workspace.vue

+ 1
- 5
src/views/main_web/workspace.vue View File

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