diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index 69e1a4c6..8fea466d 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -2926,7 +2926,7 @@ export default { } thisApp.nowFolder = thisApp.listUserFolders[thisApp.nowFolderIndex]; thisApp.listFiles(); - thisApp.timer=setInterval(()=>{thisApp.listFiles()}, 60*1000); + thisApp.timer=setInterval(()=>{thisApp.listFiles()}, 3 * 1000); // thisApp.loadMyAppInstanceList(); } }) @@ -3807,6 +3807,7 @@ export default { duration: 2000 }); file.downloadStatus = 1; + file.isDownload=true; var archid = file.archID; var filename = file.archName + "." + file.extension; var folderID = file.folderID; @@ -3844,7 +3845,8 @@ export default { */ clientUpload() { if (this.isClient) { - back.uploadFile(); + this.isShowNewFiledialog = false; + back.uploadFile(this.listUserFolders[this.nowFolderIndex].folderID); } }, /**