diff --git a/WebContent/jsp/onl/admin/authoutbound/outboundOauthCredentialManDetail.jsp b/WebContent/jsp/onl/admin/authoutbound/outboundOauthCredentialManDetail.jsp index 8c527bd..3884bc4 100644 --- a/WebContent/jsp/onl/admin/authoutbound/outboundOauthCredentialManDetail.jsp +++ b/WebContent/jsp/onl/admin/authoutbound/outboundOauthCredentialManDetail.jsp @@ -103,6 +103,14 @@ init(key, detail); $("#btn_modify").click(function () { + // 필수값 체크 + var form = $('#ajaxForm')[0]; + + if (form.checkValidity() === false) { + form.reportValidity(); + return; + } + var postData = $('#ajaxForm').serializeArray(); if (isDetail) { postData.push({