Commit 5a23e3d7 authored by 刘帅阳's avatar 刘帅阳

修改bug

parent 8f491319
......@@ -1022,7 +1022,7 @@ export default {
}, 1000)
},
handleExport() {
cmspriceclickExport({ unitId: this.deptId }).then(response => {
cmspriceclickExport({ unitId: this.queryParams.unitId }).then(response => {
const blob = new Blob([response])
const downloadElement = document.createElement('a')
const href = window.URL.createObjectURL(blob)// 创建下载的链接
......
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