오타 수정.

main
jjh 1 year ago
parent 4d8b03c00e
commit 4b9a3b3483

@ -350,7 +350,7 @@
, content : resp , content : resp
, size : "lg" , size : "lg"
, init : () => { } , init : () => { }
, onClose : () => { refreshDataInfo{pageName}(); } // callback 자료 재조회 , onClose : () => { refreshDataInfo${pageName}(); } // callback 자료 재조회
}); });
} }
}); });
@ -364,7 +364,7 @@
dialog.alert(showMessage); dialog.alert(showMessage);
if (resp.saved) { if (resp.saved) {
refreshDataInfo{pageName}(); // 자료 재조회 refreshDataInfo${pageName}(); // 자료 재조회
} }
} }
@ -421,7 +421,7 @@
, content : resp , content : resp
, size : "lg" , size : "lg"
, init : () => { } , init : () => { }
, onClose : () => { refreshDataInfo{pageName}(); } // callback 자료 재조회 , onClose : () => { refreshDataInfo${pageName}(); } // callback 자료 재조회
}); });
} }
}); });
@ -435,7 +435,7 @@
dialog.alert(showMessage); dialog.alert(showMessage);
if (resp.saved) { if (resp.saved) {
refreshDataInfo{pageName}(); // 자료 재조회 refreshDataInfo${pageName}(); // 자료 재조회
} }
} }
@ -484,7 +484,7 @@
} }
// 자료 재조회 // 자료 재조회
refreshDataInfo{pageName} = () => { refreshDataInfo${pageName} = () => {
let crdnId = $("#crdnId--${pageNameMain}").val(); let crdnId = $("#crdnId--${pageNameMain}").val();
// 단속 ID 가 없다면.. return // 단속 ID 가 없다면.. return

@ -146,7 +146,7 @@
, content : resp , content : resp
, size : "lg" , size : "lg"
, init : () => { } , init : () => { }
, onClose : () => { refreshDataInfo{pageName}(); } // callback 자료 재조회 , onClose : () => { refreshDataInfo${pageName}(); } // callback 자료 재조회
}); });
} }
}); });
@ -160,7 +160,7 @@
dialog.alert(showMessage); dialog.alert(showMessage);
if (resp.saved) { if (resp.saved) {
refreshDataInfo{pageName}(); // 자료 재조회 refreshDataInfo${pageName}(); // 자료 재조회
} }
} }
@ -193,7 +193,7 @@
} }
// 자료 재조회 // 자료 재조회
refreshDataInfo{pageName} = () => { refreshDataInfo${pageName} = () => {
let crdnId = $("#crdnId--${pageNameMain}").val(); let crdnId = $("#crdnId--${pageNameMain}").val();
let vhrno = $("#vhrno--${pageNameMain}").val(); let vhrno = $("#vhrno--${pageNameMain}").val();

Loading…
Cancel
Save