Browse Source

更正显示数字

lipengtao 5 years ago
parent
commit
5b862a7f3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/index/views/ViewExpertPool/expItem.vue

+ 1 - 1
src/pages/index/views/ViewExpertPool/expItem.vue

@ -32,7 +32,7 @@
32 32
        isFormSearch: false,
33 33
        isLoading: false,
34 34
        ifDefault: false,
35
        pageSize: 10,
35
        pageSize: 30,
36 36
        pageNo: 1
37 37
      };
38 38
    },