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