|
@@ -792,7 +792,8 @@
|
|
|
this.downloadFlag = true
|
|
|
exportTemplate().then(response => {
|
|
|
let filename = '运单模板'
|
|
|
- this.blobDownload(response, filename)
|
|
|
+ // this.blobDownload(response, filename)
|
|
|
+ this.blobDownload(response.data, response.fileName)
|
|
|
this.downloadFlag = false
|
|
|
})
|
|
|
},
|