md
This commit is contained in:
parent
1b1e249386
commit
d3f1c5b40c
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user