번호 자동 부여 대응 및 API 공통 처리 보강
This commit is contained in:
@@ -116,7 +116,7 @@ class _ApprovalHistoryEnabledPageState
|
||||
final currentPage = result?.page ?? 1;
|
||||
final totalPages = result == null || result.pageSize == 0
|
||||
? 1
|
||||
: (result.total / result.pageSize).ceil().clamp(1, 9999) as int;
|
||||
: (result.total / result.pageSize).ceil().clamp(1, 9999);
|
||||
final sortedHistories = _applySorting(histories);
|
||||
|
||||
return AppLayout(
|
||||
|
||||
Reference in New Issue
Block a user