diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index 98bb03ee..8cee225e 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -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); diff --git a/src/views/emis/emisWaybill/dispatchWaybillList.vue b/src/views/emis/emisWaybill/dispatchWaybillList.vue index 73201871..16d95262 100644 --- a/src/views/emis/emisWaybill/dispatchWaybillList.vue +++ b/src/views/emis/emisWaybill/dispatchWaybillList.vue @@ -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);