From 12f42486d7aebfd43ecc30e87139bc8910712b03 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 19 May 2025 17:54:36 +0800 Subject: [PATCH] md --- src/views/emis/emisSettleInvoiceChRecord/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/emis/emisSettleInvoiceChRecord/index.vue b/src/views/emis/emisSettleInvoiceChRecord/index.vue index bfc7dbbb..e8ac9f15 100644 --- a/src/views/emis/emisSettleInvoiceChRecord/index.vue +++ b/src/views/emis/emisSettleInvoiceChRecord/index.vue @@ -581,7 +581,7 @@ export default { let qExportParam=this.initQueryParams(); qExportParam.pageNum=1; qExportParam.pageSize=10000; - this.download('emis/emisArticleLikeRecord/export', { + this.download('emis/emisSettleInvoiceChRecord/export', { ...qExportParam }, `定制发票列表.xlsx`) },