mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-27 17:20:02 +08:00
bugfix max page size for pagination (#240)
This commit is contained in:
parent
fa9667a31e
commit
15fb94fac2
@ -330,7 +330,7 @@ export default {
|
||||
currentTable: 0,
|
||||
visible: this.getShowContextMenuTable,
|
||||
searchTable: '', // text from search
|
||||
defaultMaxPagination: 100,
|
||||
defaultMaxPagination: 50,
|
||||
option: supportedTypes,
|
||||
menuTable: '1',
|
||||
activeName: this.$route.query.action === 'advancedQuery' ? '1' : '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user