From 965f16623557a7c851785df80d111e6e802b53e4 Mon Sep 17 00:00:00 2001 From: daekuk Date: Mon, 12 Jan 2026 15:36:05 +0900 Subject: [PATCH] =?UTF-8?q?-=20required=20=EA=B2=80=EC=82=AC=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../authoutbound/outboundOauthCredentialManDetail.jsp | 8 ++++++++ 1 file changed, 8 insertions(+) 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({