location.reload() 완료
parent
b94dbf6f5c
commit
7c60c21e38
|
|
@ -507,6 +507,7 @@ function saveInternationalCrimeArrest(contentState){
|
|||
alert("저장되었습니다.");
|
||||
contentFade("out");
|
||||
$("#icaEditModal").modal('hide');
|
||||
location.reload();
|
||||
},
|
||||
error : function(xhr, status) {
|
||||
alert("저장에 실패하였습니다.")
|
||||
|
|
|
|||
|
|
@ -308,6 +308,7 @@ function saveProcessResult(saveYn){
|
|||
contentFade("out");
|
||||
$("#processResultEditModal").modal('hide');
|
||||
$("#processResultAddModal").modal('hide');
|
||||
//location.reload();
|
||||
},
|
||||
error : function(xhr, status) {
|
||||
alert("저장에 실패하였습니다.")
|
||||
|
|
|
|||
|
|
@ -240,6 +240,7 @@ function saveSailor(saveYn){
|
|||
contentFade("out");
|
||||
$("#sailorEditModal").modal('hide');
|
||||
$("#sailorAddModal").modal('hide');
|
||||
location.reload();
|
||||
},
|
||||
error : function(xhr, status) {
|
||||
alert("저장에 실패하였습니다.")
|
||||
|
|
|
|||
|
|
@ -186,6 +186,7 @@ $(document).on('click', '.apprvBtn', function (){
|
|||
alert("저장되었습니다")
|
||||
getResultViewModal(result);
|
||||
contentFade("out");
|
||||
//location.reload();
|
||||
},
|
||||
error : function(xhr, status) {
|
||||
alert("저장에 실패하였습니다.");
|
||||
|
|
@ -268,6 +269,7 @@ function saveResult(resultState){
|
|||
contentFade("out");
|
||||
$("#resultEditModal").modal('hide');
|
||||
getResultViewModal(result);
|
||||
location.reload();
|
||||
},
|
||||
error : function(xhr, status) {
|
||||
alert("저장에 실패하였습니다.")
|
||||
|
|
|
|||
|
|
@ -137,7 +137,8 @@ function savePublicBoard(formId, publicType){
|
|||
alert("저장되었습니다.");
|
||||
contentFade("out");
|
||||
$("#editModal").modal('hide');
|
||||
getViewModal(result, publicType);
|
||||
//getViewModal(result, publicType);
|
||||
location.reload();
|
||||
},
|
||||
error : function(xhr, status) {
|
||||
alert("저장에 실패하였습니다.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue