@@ -503,7 +503,6 @@ import download from '../../components/WsDownload/download'
var arr=[]
for (let i = 0; i < response.length; i++) {
- debugger
arr.push({fileUrl:response[i],renameFileName:'发票'+i+'.xml'})
}
this.filesToRar(arr, '开票XML文件')
@@ -502,7 +502,6 @@ export default {
console.log(this.ruleForm.type)
},
typePrintClick(selection) {
let index1 = 0
let index2 = 0
var that = this