diff --git a/src/app/api/jo/actions.ts b/src/app/api/jo/actions.ts index f2a6c89..fc13546 100644 --- a/src/app/api/jo/actions.ts +++ b/src/app/api/jo/actions.ts @@ -22,8 +22,10 @@ export interface SaveJoResponse { export interface SearchJoResultRequest extends Pageable { code: string; itemName?: string; + } + export interface SearchJoResultResponse { records: JobOrder[]; total: number; diff --git a/src/components/DashboardPage/DashboardPage.tsx b/src/components/DashboardPage/DashboardPage.tsx index c4a8a92..8449af6 100644 --- a/src/components/DashboardPage/DashboardPage.tsx +++ b/src/components/DashboardPage/DashboardPage.tsx @@ -87,7 +87,7 @@ const DashboardPage: React.FC = ({ - + {/* = ({ - + */}