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`) },