결재 단계 필터 개선

This commit is contained in:
JiWoong Sul
2025-09-25 16:53:43 +09:00
parent 35b9002688
commit c31f6217ef
3 changed files with 68 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ void main() {
controller.updateQuery('APP-2024');
controller.updateStatusId(2);
controller.updateApproverId(21);
await controller.fetch(page: 3);
@@ -115,7 +116,7 @@ void main() {
pageSize: 20,
query: 'APP-2024',
statusId: 2,
approverId: null,
approverId: 21,
approvalId: null,
),
).called(1);