实现文件批量下载
This commit is contained in:
@@ -109,6 +109,11 @@ var Main = {
|
||||
.catch(_ => {
|
||||
});
|
||||
},
|
||||
handleDownload(row) {
|
||||
/*var url = window.location.protocol+"://"+window.location.host+":"+window.location.port+"/"*/
|
||||
window.open(getRootPath_web()+"/download/downloadzip?courseName="
|
||||
+ row.courseName+"&Folder="+row.folder);
|
||||
},
|
||||
handleSelect(key, keyPath) {
|
||||
console.log(key, keyPath);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user