fix(calculate): 오리지널 시리즈 정산 - pageSize 20으로 수정 #99

Merged
klaus merged 1 commits from test into main 2026-04-22 02:14:44 +00:00
Showing only changes of commit 9b756cbaf1 - Show all commits

View File

@@ -180,7 +180,7 @@ export default {
items: [], items: [],
totalCount: 0, totalCount: 0,
page: 1, page: 1,
pageSize: 10, pageSize: 20,
excelLoading: false, excelLoading: false,