From 5d607525bb73dd08cc5aeedfb425397846f7de7f Mon Sep 17 00:00:00 2001 From: xzx Date: Fri, 3 Jul 2020 14:32:55 +0800 Subject: [PATCH] [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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 4bc30e55..ec90c33b 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -2221,7 +2221,7 @@ export default { */ refreshPages(){ if ( this.dbClickSelectedFolderGroupData != null && JSON.stringify(this.dbClickSelectedFolderGroupData) != "{}") { - this.intoFoldergroup(); + this.intoFoldergroup(this.dbClickSelectedFolderGroupData); } else { this.listFiles(); }