From e0b238f590835cff92c9ae8f9060d164ebd25f99 Mon Sep 17 00:00:00 2001 From: zxm Date: Mon, 29 Jun 2020 09:58:57 +0800 Subject: [PATCH 1/2] [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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 6f7647a8..c55b5344 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -2091,8 +2091,12 @@ export default { }, mounted: function() { window["refreshFiles"]=()=>{ - this.listFiles(); - } + if(this.dbClickSelectedFolderGroupData!=null && JSON.stringify(this.dbClickSelectedFolderGroupData)!='{}'){ + this.intoFoldergroup(); + }else{ + this.listFiles(); + } + } window.addEventListener("scroll", this.onscroll, true); this.loadProjManager(); this.loadSettings(); From 35792ff5387e7d0f8b75942bf5eac39b209196a6 Mon Sep 17 00:00:00 2001 From: zxm Date: Mon, 29 Jun 2020 12:22:44 +0800 Subject: [PATCH 2/2] [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 | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index c55b5344..321e76e7 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -1315,11 +1315,11 @@ >下载至本地 -