diff --git a/src/views/accounting/invoices/index.vue b/src/views/accounting/invoices/index.vue index c8466778..7e84d24b 100644 --- a/src/views/accounting/invoices/index.vue +++ b/src/views/accounting/invoices/index.vue @@ -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(() => {}); },