-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Description
Version
Vben Admin V5
Describe the bug?
use-vxe-grid.vue中pageSizes:[10,20,30,50,100,200]但是后端限制为1-100。@min(value = 1, message = "每页条数最小值为 1")@max(value = 100, message = "每页条数最大值为 100")private Integer pageSize = PAGE_SIZE;
Reproduction
use-vxe-grid.vue中pageSizes:[10,20,30,50,100,200]但是后端限制为1-100。@min(value = 1, message = "每页条数最小值为 1")@max(value = 100, message = "每页条数最大值为 100")private Integer pageSize = PAGE_SIZE;
System Info
use-vxe-grid.vue中pageSizes:[10,20,30,50,100,200]但是后端限制为1-100。@Min(value = 1, message = "每页条数最小值为 1")@Max(value = 100, message = "每页条数最大值为 100")private Integer pageSize = PAGE_SIZE;Relevant log output
Validations
- Read the docs
- Ensure the code is up to date. (Some issues have been fixed in the latest version)
- I have searched the existing issues and checked that my issue does not duplicate any existing issues.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
No labels