|
|
|
@ -1058,7 +1058,7 @@ export default { |
|
|
|
const url = window.URL.createObjectURL(blob); |
|
|
|
const link= document.createElement('a'); |
|
|
|
link.href = url; |
|
|
|
link.download='IPQC检验单明细.xlsx';// 设置下载文件名 |
|
|
|
link.download='FAI检验单明细.xlsx';// 设置下载文件名 |
|
|
|
link.click(); |
|
|
|
window.URL.revokeObjectURL(url);//释放URL对象 |
|
|
|
this.downLoading = false |
|
|
|
|