From 6f43415d5bc711d54a642499bb2073e357b95042 Mon Sep 17 00:00:00 2001 From: daekuk Date: Tue, 6 Jan 2026 17:05:20 +0900 Subject: [PATCH] =?UTF-8?q?-=20=EB=B3=B5=EC=A0=9C=20=ED=95=A0=20=EB=95=8C?= =?UTF-8?q?=20=EB=B3=B5=EC=A0=9C=ED=95=A0=20API=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EB=A5=BC=20=EC=A0=84=EB=B6=80=20=EC=84=B8=ED=8C=85=20-=20?= =?UTF-8?q?=EB=B3=B5=EC=A0=9C=20=EC=8B=9C=20=EB=8B=B9/=ED=83=80=EB=B0=9C?= =?UTF-8?q?=20=EB=B0=8F=20=EC=9A=94=EC=B2=AD/=EC=9D=91=EB=8B=B5=20?= =?UTF-8?q?=EA=B0=99=EC=9D=B4=20=EC=84=B8=ED=8C=85=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95,=20=EA=B8=B0=EC=A1=B4=EC=97=90?= =?UTF-8?q?=EB=8A=94=20=EC=9D=B8=ED=84=B0=ED=8E=98=EC=9D=B4=EC=8A=A4=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=EC=99=80=20=EC=83=81=EA=B4=80=EC=97=86?= =?UTF-8?q?=EC=9D=B4=20=EB=94=94=ED=8F=B4=ED=8A=B8=EA=B0=92=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=B5=EC=A0=9C=EB=90=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/onl/transaction/apim/apiInterfaceManDetail.jsp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp b/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp index 7ea49da..d14dd7e 100644 --- a/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp +++ b/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp @@ -1270,14 +1270,21 @@ function setupCloneInterfaceModal(event) { const eaiBzwkDstcd = $('#eaiBzwkDstcd').val(); + const eaiSvcName = $('#eaiSvcName').val(); const eaiSvcDesc = $('#eaiSvcDesc').val(); + const inOutType = $('#inOutType').val(); + const sendRecvType = $('#sendRecvType').val(); const inboundHttpMethod = $('#inboundHttpMethod').val(); + const inboundRestPath = $('#inboundRestPath').val(); $('#newBizCode').val(eaiBzwkDstcd).trigger('change'); + $('#newSvcName').val(eaiSvcName); + $('#newInOutType').val(inOutType); + $('#newSendRecvType').val(sendRecvType); $('#newSvcDesc').val(eaiSvcDesc); $('#newInboundHttpMethod').val(inboundHttpMethod).trigger('change'); + $('#newInboundRestPath').val(inboundRestPath); - $('#newSvcName').val(''); if($('#inboundRestPath').prop('disabled')){ $('#newRoutingOptionGroup').css('display','none'); }else{