From a8bee5a1d72799251ceb7c5ebddcd7ceba6805b0 Mon Sep 17 00:00:00 2001 From: xzx Date: Sun, 21 Jun 2020 17:31:05 +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 0bf00ec1..4c5e77bf 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -3923,7 +3923,7 @@ export default { */ clientUpload() { if (this.isClient) { - this.showNewFiledialog=false; + this.isShowNewFiledialog=false; back.uploadFile(this.listUserFolders[this.nowFolderIndex].folderID); } },