update memo, lpj, resume, dan perbaikan form inspeksi

This commit is contained in:
majid
2024-12-18 16:58:32 +07:00
committed by putrakuningan
parent 85d256c6b5
commit 7553b7d4b6
22 changed files with 1556 additions and 310 deletions

View File

@@ -86,7 +86,7 @@
},
success: function(response) {
if (response.success) {
// window.location.href = "{{ route('surveyor.index') }}";
window.location.href = "{{ route('surveyor.index') }}";
toastrSuccessBuild(response.message);
}
},
@@ -98,7 +98,7 @@
toastrErrorBuild('Terjadi kesalahan');
}
}
});
}