From 51be33976bef4ab1120045157da5442b6ee98af3 Mon Sep 17 00:00:00 2001 From: kim131 <1035828775@qq.com> Date: Sat, 9 Jan 2021 11:16:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E9=9A=90=E8=97=8F=E5=9B=9E?= =?UTF-8?q?=E6=94=B6=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app-header/app-header.vue | 2 +- src/views/main_web/workspace/workspace.new.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/app-header/app-header.vue b/src/components/app-header/app-header.vue index c60d5594..7621520b 100644 --- a/src/components/app-header/app-header.vue +++ b/src/components/app-header/app-header.vue @@ -32,7 +32,7 @@
- + { if(file.relativePath !== folderPath) { return false; @@ -1010,7 +1010,6 @@ export default { }, // 协作文件下的文件夹展示过滤 filterFoldersInCoop(folderList) { - const {id: folderId} = this.currentNodeFolder; const { folderPath = ''} = this.currentFolderInCoop; return folderList.filter(folder => { if(folder.parentFolderPath !== folderPath) {