Commit 67de74f5 authored by 高滢's avatar 高滢

bug

parent 12cb2201
......@@ -244,7 +244,7 @@ export default {
// 模糊查询
queryParams: {
pageNum: 1,
pageSize: 10,
pageSize: 20,
isAsc: 'desc',
orderByColumn: 'c.report_time',
searchText: '',
......@@ -300,7 +300,7 @@ export default {
this.sortedColumn = ''
this.queryParams = {
pageNum: 1,
pageSize: 10,
pageSize: 20,
isAsc: 'desc',
orderByColumn: 'c.report_time',
searchText: '',
......
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