信用=>信息

This commit is contained in:
aixianling
2022-07-05 17:01:46 +08:00
parent 8eb0c51937
commit 2a924caacd
9 changed files with 11 additions and 11 deletions

View File

@@ -120,7 +120,7 @@ export default {
const link = document.createElement('a')
link.style.display = 'none'
link.href = res.data
link.setAttribute('download', this.info.name + '信报告.pdf')
link.setAttribute('download', this.info.name + '信报告.pdf')
document.body.appendChild(link)
link.click()
document.body.removeChild(link)

View File

@@ -125,7 +125,7 @@ export default {
const link = document.createElement('a')
link.style.display = 'none'
link.href = res.data
link.setAttribute('download', this.info.name + '信报告.pdf')
link.setAttribute('download', this.info.name + '信报告.pdf')
document.body.appendChild(link)
link.click()
document.body.removeChild(link)