|
|
@@ -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(); |
|
|
|
} |
|
|
|
}) |
|
|
@@ -3798,7 +3798,6 @@ export default { |
|
|
|
) |
|
|
|
}) |
|
|
|
.then(response => { |
|
|
|
console.log(response); |
|
|
|
if (response.data.state == 1) { |
|
|
|
thisApp.$notify({ |
|
|
|
title: "温馨提示", |
|
|
@@ -3807,6 +3806,8 @@ export default { |
|
|
|
offset: 30, |
|
|
|
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.showNewFiledialog=false; |
|
|
|
back.uploadFile(this.listUserFolders[this.nowFolderIndex].folderID); |
|
|
|
} |
|
|
|
}, |
|
|
|
/** |
|
|
|