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 {
125125 this .$emit (' getItem' , this .form .apiParam )
126126 },
127127 init () {
128- getListParam ({ perPage: 20 }).then (response => {
128+ getListParam ({ perPage: 100 }).then (response => {
129129 this .apiParam = response .data .data
130130 })
131131 },
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export default {
112112 this .$emit (' getItem' , this .form .apiParam )
113113 },
114114 init () {
115- getListParam ({ perPage: 20 }).then (response => {
115+ getListParam ({ perPage: 100 }).then (response => {
116116 this .apiParam = response .data .data
117117 })
118118 },
Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ export default {
492492 this .$emit (' getItem' , this .form .apiParam )
493493 },
494494 init () {
495- getListParam ({ perPage: 20 }).then (response => {
495+ getListParam ({ perPage: 100 }).then (response => {
496496 this .apiParam = response .data .data
497497 })
498498 },
You can’t perform that action at this time.
0 commit comments