Commit d53d8e3b authored by hzl's avatar hzl

feat: 修改列表查询页为20

parent 1d3316d3
...@@ -885,7 +885,7 @@ export default { ...@@ -885,7 +885,7 @@ export default {
dateRange: [start.format('YYYY-MM-DD'), end.format('YYYY-MM-DD')], dateRange: [start.format('YYYY-MM-DD'), end.format('YYYY-MM-DD')],
tableData: [], tableData: [],
currentPage: 1, currentPage: 1,
pageSize: 50, pageSize: 20,
total: 0, total: 0,
dialogVisible: false, dialogVisible: false,
dialogTitle: '', dialogTitle: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment