update OSS下载文件名改为后端传输

This commit is contained in:
疯狂的狮子li
2021-07-23 10:48:28 +08:00
parent 1f2cf719da
commit bb67924233
5 changed files with 20 additions and 6 deletions

View File

@ -289,7 +289,7 @@ export default {
},
/** 下载按钮操作 */
handleDownload(row) {
downLoadOss(row.ossId, row.originalName)
downLoadOss(row.ossId)
},
/** 删除按钮操作 */
handleDelete(row) {