Merge remote-tracking branch 'origin/jenkins_with_weblogic' of C:/KJB_DEV/eapim-bundle/bundles/260112/eapim-admin_incremental_2026-01-05.bundle into jenkins_with_weblogic
This commit is contained in:
@@ -640,7 +640,6 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
// 25.12.16 수정시 어댑터 리스트 자동저장
|
||||
alert("어댑터의 정보를 저장을 먼저 진행합니다.")
|
||||
var isSubSaveSuccess = ModifyPopCheckAndSave(true);
|
||||
|
||||
if (!isSubSaveSuccess) {
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user