diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myMediationTempList.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myMediationTempList.jsp index c61c6aa0..eba334d9 100644 --- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myMediationTempList.jsp +++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myMediationTempList.jsp @@ -39,6 +39,12 @@ function goPage(p_mediType, p_rceptNo){ location.href = "/web/user/mypage/case/01/168/myMediationEdit.do?mediType="+p_mediType+"&rceptNo="+p_rceptNo+"&fileGubun=4801000000"; } + + function goPaging(type, param){ + $("#page").val(param); + $("#frm").attr("action","/web/user/mypage/case/01/169/myMediationList.do?command=temp"); + $("#frm").submit(); + } @@ -126,6 +132,40 @@

※ 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
@@ -164,7 +204,9 @@
- + + +