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); } },