고객사 목록 쿼리스트링 연동 및 공통 JSON 파서 도입

This commit is contained in:
JiWoong Sul
2025-09-25 20:13:46 +09:00
parent 8a6ad1e81b
commit 900990c46b
27 changed files with 1458 additions and 176 deletions

View File

@@ -77,7 +77,7 @@ final appRouter = GoRouter(
GoRoute(
path: '/masters/customers',
name: 'masters-customers',
builder: (context, state) => const CustomerPage(),
builder: (context, state) => CustomerPage(routeUri: state.uri),
),
GoRoute(
path: '/masters/users',