信用=>信息
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user