xiongzhu 4 سال پیش
والد
کامیت
002946ac8e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/vue/src/views/ApprovalList.vue

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

@@ -298,7 +298,7 @@ export default {
         };
     },
     created() {
-        this.$http.get('/approver/all').then(res => {
+        this.$http.get('/approver/all', { size: 10000 }).then(res => {
             let approvers = [[], [], [], [], []];
             res.content.forEach(i => {
                 approvers[i.level - 1].push(i);