From f3c5fdfd169fc4ab7f18d7b9f2657817cb2357b0 Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Mon, 25 Sep 2023 13:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounting/invoices/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(() => {}); },