API SPEC 신규일때 인터페이스 하면 값을 세팅
This commit is contained in:
@@ -510,6 +510,8 @@
|
||||
|
||||
$("#fromResponseAdapter").change();
|
||||
$("#toResponseAdapter").change();
|
||||
|
||||
$("#apiFullPath").val(data["apiFullPath"]); // 스펙 전달용 값
|
||||
},
|
||||
error:function(e){
|
||||
alert(e.responseText);
|
||||
@@ -931,7 +933,16 @@
|
||||
|
||||
function showApiSpecPopup() {
|
||||
var eaiSvcName = getFullSvcName();
|
||||
var args = {title:'API 스펙 관리', parent: true};
|
||||
var eaiSvcDesc = $('#eaiSvcDesc').val();
|
||||
var apipath = $('#apiFullPath').val();
|
||||
var contentType = $('#contentType').val();
|
||||
var args = {
|
||||
title:'API 스펙 관리',
|
||||
parent: true,
|
||||
apipath : apipath,
|
||||
eaiSvcDesc : eaiSvcDesc,
|
||||
contentType : contentType
|
||||
};
|
||||
var popupUrl = url_spec + '?cmd=DETAIL&eaiSvcName=' + encodeURIComponent(eaiSvcName);
|
||||
showModal(popupUrl, args, 1200, 800);
|
||||
}
|
||||
@@ -1503,6 +1514,7 @@
|
||||
<label class="btn btn-outline-primary" for="btnTypeOutword"><i class="bi bi-arrow-left-circle"></i> 타발</label>
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" id="apiFullPath" value="">
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user