✨ feat: 默认分页改为20
This commit is contained in:
@@ -171,7 +171,7 @@ export default {
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
productId: undefined,
|
||||
rawMaterialId: undefined,
|
||||
quantity: undefined,
|
||||
|
||||
Reference in New Issue
Block a user