【修改】修改下载参数

This commit is contained in:
zhoulingpo
2023-05-08 10:45:10 +08:00
parent fdde20bb1c
commit 45f4373b10
3 changed files with 65 additions and 7 deletions
+1 -1
View File
@@ -964,7 +964,7 @@ export default {
// cancelButtonText: '取消',
// type: 'warning'
// }).then(() => {
this.$api.report.reportDownload({ fileId: row.fileId }).then(res => {
this.$api.report.reportDownload({ fileId: row.fileId,repostId:row.id }).then(res => {
downloadFile(res);
})
// })