diff --git a/common/js/globalData.js b/common/js/globalData.js index 5c2fb93..5699531 100644 --- a/common/js/globalData.js +++ b/common/js/globalData.js @@ -2,5 +2,5 @@ export default { deptId: 101, from: 'customer', initPageNum: 1, - initPageSize: 50 + initPageSize: 20 } \ No newline at end of file diff --git a/components/custom-bar/load-status-bar.vue b/components/custom-bar/load-status-bar.vue index bbcc14e..a627c68 100644 --- a/components/custom-bar/load-status-bar.vue +++ b/components/custom-bar/load-status-bar.vue @@ -1,7 +1,7 @@