Bläddra i källkod

Merge branch 'dev' of http://git.izouma.com/xiongzhu/imt into dev

panhui 5 år sedan
förälder
incheckning
712371df4e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/vue/src/views/InformationEdit.vue

+ 1 - 1
src/main/vue/src/views/InformationEdit.vue

@@ -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;
             })