From 0150fef3fb819df726aabf5133cea3cf7ee70993 Mon Sep 17 00:00:00 2001 From: xzx Date: Tue, 16 Jun 2020 13:16:54 +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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 7298c82d..77e7af76 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -2229,7 +2229,7 @@ export default { dialogNewSuperMapVisible: false, newSuperMap: { showName: "", description: "" }, mapAddress: "北京天安门", - isClient: false, // 是否是客户端 + isClient: true, // 是否是客户端 /**新建文件夹 start*/ dialogNewFolderGroup: false, //新建文件夹组弹窗 @@ -3797,10 +3797,8 @@ export default { var projID = file.projID; back.downloadFile( archid, - -filename, - folderID, - sessionStorage.projName, - folderName + filename, + folderID ); } else { this.$notify({