licailing 4 years ago
parent
commit
63e5a61e24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/vue/src/views/OrderList.vue

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

@@ -182,7 +182,7 @@ export default {
         download() {
             this.downloading = true;
             let params = this.beforeGetData();
-            params.size = 10000;
+            params.size = 100000;
             params.query.projectId = this.$store.state.projectId;
             this.$axios
                 .post('/order/excel', params, {