bugfix max page size for pagination (#240)
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…
Reference in New Issue