|
@@ -444,7 +444,7 @@ import download from '../../components/WsDownload/download'
|
|
|
|
|
|
var arr=[]
|
|
var arr=[]
|
|
for (let i = 0; i < response.length; i++) {
|
|
for (let i = 0; i < response.length; i++) {
|
|
- arr.push({fileUrl:response[i],renameFileName:'发票'+i})
|
|
|
|
|
|
+ arr.push({fileUrl:response[i],renameFileName:'发票'+i+'.xml'})
|
|
//创建标签下载文件
|
|
//创建标签下载文件
|
|
// window.open(response[i],)
|
|
// window.open(response[i],)
|
|
// let a = document.createElement('a');
|
|
// let a = document.createElement('a');
|