- 링크결제_분리승인 페이지 추가

- KeyIn결제 FormData 생성
- 링크결제_분리승인 과련 Css 추가
This commit is contained in:
HyeonJongKim
2025-10-15 16:11:39 +09:00
parent 368b553bda
commit 097b1feb0f
20 changed files with 1171 additions and 136 deletions

View File

@@ -105,7 +105,9 @@ export const ArsListPage = () => {
};
const onClickToNavigate = () => {
navigate(PATHS.additionalService.ars.request);
navigate(PATHS.additionalService.ars.request, {
state: { mid }
});
};
const onClickToDownloadExcel = () => {