location.reload() 완료

master
DESKTOP-QGC5RJO\DBNT 2023-03-17 17:27:25 +09:00
parent b94dbf6f5c
commit 7c60c21e38
5 changed files with 7 additions and 1 deletions

View File

@ -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("저장에 실패하였습니다.")

View File

@ -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("저장에 실패하였습니다.")

View File

@ -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("저장에 실패하였습니다.")

View File

@ -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("저장에 실패하였습니다.")

View File

@ -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("저장에 실패하였습니다.")