모달 z-index 수정

main
이범준 5 months ago
parent 3d7328f4d4
commit 00638009e4

@ -228,6 +228,8 @@ $(document).ready(function(){
} }
$("#"+dialogId).find("form[name='frmSearch']").find("[name='sndngSeCd']").val("02"); $("#"+dialogId).find("form[name='frmSearch']").find("[name='sndngSeCd']").val("02");
setDialogZindex();
}, },
onClose : () => { } onClose : () => { }
}); });

@ -224,6 +224,8 @@ $(document).ready(function(){
} }
$("#"+dialogId).find("form[name='frmSearch']").find("[name='sndngSeCd']").val("03"); $("#"+dialogId).find("form[name='frmSearch']").find("[name='sndngSeCd']").val("03");
setDialogZindex();
} }
, onClose : () => { } , onClose : () => { }
}); });

Loading…
Cancel
Save