Bläddra i källkod

[VersionBeta] V.1.0.0.0

[Adds]
1.修改项目负责人加载我的文件数据
master
xzx 4 år sedan
förälder
incheckning
e9ff427b99
1 ändrade filer med 21 tillägg och 8 borttagningar
  1. +21
    -8
      src/views/main_web/workspace.vue

+ 21
- 8
src/views/main_web/workspace.vue Visa fil

@@ -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 => {