From 69c189cb53eee9bc391a3f0e1f8b83284e8a0216 Mon Sep 17 00:00:00 2001 From: daekuk Date: Wed, 24 Dec 2025 15:52:00 +0900 Subject: [PATCH] =?UTF-8?q?INSERT=EC=9D=BC=20=EB=95=8C=20scopeId=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=ED=95=B4=EC=84=9C=20API=20?= =?UTF-8?q?=EB=A7=A4=ED=95=91=EC=A0=95=EB=B3=B4=EB=8F=84=20=EB=93=A4?= =?UTF-8?q?=EC=96=B4=EA=B0=88=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/onl/admin/authserver/scopeManDetail.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebContent/jsp/onl/admin/authserver/scopeManDetail.jsp b/WebContent/jsp/onl/admin/authserver/scopeManDetail.jsp index 8a78458..2e5f6be 100644 --- a/WebContent/jsp/onl/admin/authserver/scopeManDetail.jsp +++ b/WebContent/jsp/onl/admin/authserver/scopeManDetail.jsp @@ -187,7 +187,11 @@ $(document).ready(function() { success:function(args){ alert("SCOPE 정보가 저장 되었습니다. 이어서 API 리스트를 저장합니다."); + if(!isDetail) { // INSERT 일 경우 ScopeId를 업데이트 + key = $('input[name=scopeId]').val(); + } saveApiGridData(key, returnUrl); // API LIST 저장. + }, error:function(e){