1
0
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:
Leonel Matos 2020-01-21 14:02:48 -04:00 committed by Yamel Senih
parent fa9667a31e
commit 15fb94fac2

View File

@ -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' : '',