Prechádzať zdrojové kódy

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

panhui 5 rokov pred
rodič
commit
712371df4e

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