Merge branch 'cert_owner_name'
This commit is contained in:
commit
c4107dd459
@ -1844,6 +1844,7 @@ public class EgovMypageController {
|
||||
|
||||
model.addAttribute("CI", kmcVO.getCI());
|
||||
model.addAttribute("birthDay", kmcVO.getBirthDay());
|
||||
model.addAttribute("name", kmcVO.getName());
|
||||
|
||||
return "web/user/selectPhoneNumberCertChkReq";
|
||||
}
|
||||
|
||||
@ -26,7 +26,8 @@
|
||||
opener.parentVal = resultFlag;
|
||||
var resultNameChk = '${resultNameChk}';
|
||||
opener.nameChkVal = resultNameChk;
|
||||
opener.insertDocumentForm.ownerName.value = "${searchVO.name}";
|
||||
// opener.insertDocumentForm.ownerName.value = "${searchVO.name}";
|
||||
opener.insertDocumentForm.ownerName.value = "${name}";
|
||||
opener.insertDocumentForm.CI.value = "${CI}";
|
||||
opener.insertDocumentForm.birthDay.value = "${birthDay}";
|
||||
opener.hpCertChkResult();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user