fix(calculate): 오리지널 시리즈 정산 - pageSize 20으로 수정
This commit is contained in:
@@ -180,7 +180,7 @@ export default {
|
||||
items: [],
|
||||
totalCount: 0,
|
||||
page: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
|
||||
excelLoading: false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user