This commit is contained in:
linfso 2024-08-28 19:24:58 +08:00
parent 1b1e249386
commit d3f1c5b40c
2 changed files with 2 additions and 2 deletions

View File

@ -1004,7 +1004,7 @@ export default {
this.initQueryParams();
qParam.pageNum=1;
qParam.pageSize=5000;
qParam.pageSize=20000;
listEmisWaybill(qParam).then(response => {
if (response.code === 200) {
this.exportData(response.rows,loadingInstance);

View File

@ -991,7 +991,7 @@ export default {
this.initQueryParams();
qParam.pageNum=1;
qParam.pageSize=5000;
qParam.pageSize=20000;
listEmisWaybill(qParam).then(response => {
if (response.code === 200) {
this.exportData(response.rows,loadingInstance);