@ -1155,7 +1155,8 @@ export default {
let params = { ...this.queryParams };
downloadXml(params)
.then((response) => {
this.$download.excel(response, "元数据.xml");
this.$download.excel(response, "发票元数据.xml");
this.open1 = false;
})
.catch(() => {});
},