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

This commit is contained in:
Yu Sung
2026-04-22 11:12:53 +09:00
parent de18086699
commit 9b756cbaf1

View File

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