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{