fix:민간통역인 경력등록 체크추가

TaehunPark 2022-11-16 11:38:23 +09:00
parent 5cc28b0cd2
commit 8400fbfbca
1 changed files with 4 additions and 0 deletions

View File

@ -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({