File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
admin/src/views/api_excel Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export default {
125
125
this .$emit (' getItem' , this .form .apiParam )
126
126
},
127
127
init () {
128
- getListParam ({ perPage: 20 }).then (response => {
128
+ getListParam ({ perPage: 100 }).then (response => {
129
129
this .apiParam = response .data .data
130
130
})
131
131
},
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export default {
112
112
this .$emit (' getItem' , this .form .apiParam )
113
113
},
114
114
init () {
115
- getListParam ({ perPage: 20 }).then (response => {
115
+ getListParam ({ perPage: 100 }).then (response => {
116
116
this .apiParam = response .data .data
117
117
})
118
118
},
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ export default {
492
492
this .$emit (' getItem' , this .form .apiParam )
493
493
},
494
494
init () {
495
- getListParam ({ perPage: 20 }).then (response => {
495
+ getListParam ({ perPage: 100 }).then (response => {
496
496
this .apiParam = response .data .data
497
497
})
498
498
},
You can’t perform that action at this time.
0 commit comments