【修改】修改样式

This commit is contained in:
zhoulingpo
2023-05-25 17:02:21 +08:00
parent 3b08f07950
commit 3f647c4cd5
2 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ export default {
// cancelButtonText: '取消',
// type: 'warning'
// }).then(() => {
this.$api.report.reportDownload({fileId: this.file.fileId, reportId: this.row.id}).then(res => {
this.$api.report.reportDownload({ reportId: this.row.id}).then(res => {
downloadFile(res)
})
// })