복사자료 생성후 목록 재조회 추가

main
이범준 1 year ago
parent 1a3f257fa5
commit 0fdcd275ba

@ -700,11 +700,11 @@ $(document).ready(function(){
success : resp => { success : resp => {
if (resp.saved) { if (resp.saved) {
dialog.alert("복사 자료가 생성되었습니다."); dialog.alert("복사 자료가 생성되었습니다.");
$("#refreshEnd--${pageName}").attr("data-cursor-key", crdnId);
$P.provided.refreshList();
} }
} }
}); });
} }
} }

Loading…
Cancel
Save