From 904cae4855a102c674fe5da852fc42b66778d031 Mon Sep 17 00:00:00 2001 From: xzx Date: Sun, 28 Jun 2020 16:17:51 +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.客户端新建文件添加userid参数 --- src/views/main_web/workspace.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index f3aafd08..6f7647a8 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -2059,7 +2059,7 @@ export default { dialogNewSuperMapVisible: false, newSuperMap: { showName: "", description: "" }, mapAddress: "北京天安门", - isClient: true, // 是否是客户端 + isClient: false, // 是否是客户端 /**新建文件分组 start*/ dialogNewFolderGroup: false, //新建文件分组组弹窗 @@ -3685,7 +3685,7 @@ export default { clientUpload() { if (this.isClient) { this.isShowNewFiledialog = false; - back.uploadFile(this.listUserFolders[this.nowFolderIndex].folderID); + back.uploadFile(this.listUserFolders[this.nowFolderIndex].folderID,sessionStorage.userId); } }, /** @@ -5216,7 +5216,7 @@ export default { var file=response.data.data; if(this.isClient) { - thisApp.clientDownLoad(file,1); + this.clientDownLoad(file,1); } } else { this.$notify({