고객사 목록 쿼리스트링 연동 및 공통 JSON 파서 도입
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user