Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/settings/componentSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export default {
// support xxx.xxx.xxx
fetchSetting: {
// The field name of the current page passed to the background
pageField: 'pageNumber',
pageField: 'page',
// The number field name of each page displayed in the background
sizeField: 'pageSize',
sizeField: 'size',
// Field name of the form data returned by the interface
listField: 'content',
// Total number of tables returned by the interface field name
totalField: 'total',
totalField: 'totalElements',
},
// Number of pages that can be selected
pageSizeOptions: ['10', '50', '80', '100'],
Expand Down