From 56ed9917f4e918ea86067fba1e06f27d3714eb4b Mon Sep 17 00:00:00 2001 From: xzx Date: Wed, 17 Jun 2020 10:48:44 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index ccf8d40b..69e1a4c6 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -2977,7 +2977,6 @@ export default { * 获取当前工作下文件 */ listFiles: function() { - console.log(new Date()) var thisApp = this; thisApp.isCommonPage = false; //thisApp.myFilesList = []; @@ -3799,7 +3798,6 @@ export default { ) }) .then(response => { - console.log(response); if (response.data.state == 1) { thisApp.$notify({ title: "温馨提示", @@ -3808,6 +3806,7 @@ export default { offset: 30, duration: 2000 }); + file.downloadStatus = 1; var archid = file.archID; var filename = file.archName + "." + file.extension; var folderID = file.folderID;