Skip to content

fix: request enough rows for popup dictionary values - #9875

Open
vitasoydd wants to merge 1 commit into
jeecgboot:mainfrom
vitasoydd:candidate/jeecg-9823-popup-dict-page-size
Open

fix: request enough rows for popup dictionary values#9875
vitasoydd wants to merge 1 commit into
jeecgboot:mainfrom
vitasoydd:candidate/jeecg-9823-popup-dict-page-size

Conversation

@vitasoydd

Copy link
Copy Markdown

Problem

Popup dictionary values beyond the default page size of 10 cannot be fully converted or displayed.

Change

Pass a pageSize based on the number of selected values, while keeping 10 as the minimum page size.

Validation

  • git diff --check
  • Manually verify that popup dictionary requests include enough rows for more than 10 selected values.

Full Vite/Jest validation is currently blocked by the existing local dependency environment.

Fixes #9823

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

在线表单popup字典在数据值多于10个的时候,值不能够被转换出来

1 participant