This commit is contained in:
linfso 2025-05-19 17:54:36 +08:00
parent 37b403d7ed
commit 12f42486d7

View File

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