✨ feat: 默认分页改为20
This commit is contained in:
@@ -308,7 +308,7 @@ export default {
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
type: 'product',
|
||||
productCode: undefined,
|
||||
productName: undefined,
|
||||
|
||||
@@ -308,7 +308,7 @@ export default {
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
type: 'semi',
|
||||
productCode: undefined,
|
||||
productName: undefined,
|
||||
|
||||
Reference in New Issue
Block a user