fix(api): allow pageSize up to 1000 so admin goods tree can load full list
This commit is contained in:
@@ -21,7 +21,7 @@ export class QueryGoodDto {
|
||||
@Type(() => Number)
|
||||
@IsInt()
|
||||
@Min(1)
|
||||
@Max(200)
|
||||
@Max(1000)
|
||||
pageSize: number = 20;
|
||||
|
||||
@ApiProperty({ required: false })
|
||||
|
||||
Reference in New Issue
Block a user