fix:민간통역인 경력등록 체크추가
parent
5cc28b0cd2
commit
8400fbfbca
|
|
@ -333,6 +333,10 @@ $(document).on('click', '#crrInsertBtn', function (){
|
||||||
})
|
})
|
||||||
|
|
||||||
$(document).on('click', '#crrSaveBtn', function (){
|
$(document).on('click', '#crrSaveBtn', function (){
|
||||||
|
if(trCarrerList.length < 1){
|
||||||
|
alert("새로 입력된 경력정보가 없습니다.");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if(confirm("저장하시겠습니까?")){
|
if(confirm("저장하시겠습니까?")){
|
||||||
contentFade("in");
|
contentFade("in");
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue