导出订单默认导出一万条,优化代码

This commit is contained in:
mabo
2021-08-06 16:12:41 +08:00
parent 5cfbfdf67c
commit 146854b098
3 changed files with 22 additions and 4 deletions

View File

@@ -258,7 +258,7 @@ export default {
const params = {
// 搜索框初始化对象
pageNumber: 1, // 当前页数
pageSize: 100, // 页面大小
pageSize: 10000, // 页面大小
sort: "startDate", // 默认排序字段
order: "desc", // 默认排序方式
startDate: "", // 起始时间