@@ -123,7 +123,7 @@ export default {
name: 'InformationEdit',
created() {
this.$http
- .post('information/all', {}, { body: 'json' })
+ .post('information/all', { size: 1000 }, { body: 'json' })
.then(res => {
this.informations = res.content;
})