update insert data json ke table ispeksi

This commit is contained in:
majid76
2024-12-02 07:11:08 +07:00
parent 8287ce3963
commit 9502329fef
10 changed files with 553 additions and 506 deletions

View File

@@ -621,10 +621,12 @@
},
success: function(response) {
if (response.success) {
window.location.href =
'{{ route('surveyor.show', ['id' => $permohonan->id]) }}?form=foto';
// window.location.href =
// '{{ route('surveyor.show', ['id' => $permohonan->id]) }}?form=foto';
toastrSuccessBuild(response.message);
}
console.log(response);
},
error: function(xhr, status, error) {