修改对应模块导出文件的名称
This commit is contained in:
parent
25809071d4
commit
31961650cd
|
@ -134,7 +134,7 @@ export default {
|
|||
const blob = new Blob([res], { type: "application/vnd.ms-excel" })
|
||||
let link = document.createElement('a')
|
||||
link.href = window.URL.createObjectURL(blob)
|
||||
link.download = "ALERTS"
|
||||
link.download = "MET"
|
||||
document.body.appendChild(link)
|
||||
link.click()
|
||||
URL.revokeObjectURL(link.href)
|
||||
|
|
|
@ -122,7 +122,7 @@ export default {
|
|||
const blob = new Blob([res], { type: "application/vnd.ms-excel" })
|
||||
let link = document.createElement('a')
|
||||
link.href = window.URL.createObjectURL(blob)
|
||||
link.download = "ALERTS"
|
||||
link.download = "RMSSOH"
|
||||
document.body.appendChild(link)
|
||||
link.click()
|
||||
URL.revokeObjectURL(link.href)
|
||||
|
|
Loading…
Reference in New Issue
Block a user