弹窗关闭

main
mo 1 year ago
parent 6b1c5cdd8c
commit f3c5fdfd16

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

Loading…
Cancel
Save