✨ feat: 默认分页改为20
This commit is contained in:
@@ -366,7 +366,7 @@ export default {
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
modelKey: null,
|
||||
modelName: null,
|
||||
category: null
|
||||
@@ -380,7 +380,7 @@ export default {
|
||||
historyTotal: 0,
|
||||
queryHistoryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
modelKey: null
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user