【修改】修改样式

This commit is contained in:
zhoulingpo
2023-05-25 16:43:41 +08:00
parent e2d8b5d0ba
commit 3b08f07950
+1 -1
View File
@@ -283,7 +283,7 @@ export default {
// cancelButtonText: '取消',
// type: 'warning'
// }).then(() => {
this.$api.report.reportDownload({fileId: this.file.fileId, repostId: row.id}).then(res => {
this.$api.report.reportDownload({fileId: this.file.fileId, reportId: this.row.id}).then(res => {
downloadFile(res)
})
// })