Commit 08e64a6f authored by 盖献康's avatar 盖献康

公用文件下载方法 - 乱码问题

parent cfd94268
......@@ -45,7 +45,7 @@ export default {
} else {
result = 'aa.pdf'
}
this.saveAs(blob, result)
this.saveAs(blob, decodeURIComponent(result))
} else {
this.printErrMsg(res.data)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment