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