This commit is contained in:
linfso 2025-05-22 15:51:48 +08:00
parent 900a71f7a9
commit f55c5a4863

View File

@ -599,7 +599,7 @@ export default {
else{ else{
let qExportParam=this.initQueryParams(); let qExportParam=this.initQueryParams();
qExportParam.pageNum=1; qExportParam.pageNum=1;
qExportParam.pageSize=10000; qExportParam.pageSize=50000;
listEmisSettleInvoiceChRecord(qExportParam).then(response => { listEmisSettleInvoiceChRecord(qExportParam).then(response => {
if (response.code === 200) { if (response.code === 200) {