Explorar el Código

[VersionBeta] V.1.0.0.0

[Adds]
1.修改项目负责人加载我的文件数据
new-cli
xzx hace 4 años
padre
commit
e9ff427b99
Se han modificado 1 ficheros con 21 adiciones y 8 borrados
  1. +21
    -8
      src/views/main_web/workspace.vue

+ 21
- 8
src/views/main_web/workspace.vue Ver fichero

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


Cargando…
Cancelar
Guardar