uncommet window location data inspeksi dan foto

This commit is contained in:
majid
2024-12-09 16:01:30 +07:00
parent 055f8a67ae
commit 69b8f4f90b
2 changed files with 4 additions and 4 deletions

View File

@@ -635,8 +635,8 @@
confirmButtonText: 'OK' confirmButtonText: 'OK'
}).then((response) => { }).then((response) => {
if (response.isConfirmed) { if (response.isConfirmed) {
// window.location.href = window.location.href =
// '{{ route('surveyor.show', ['id' => $permohonan->id]) }}'; '{{ route('surveyor.show', ['id' => $permohonan->id]) }}';
} }
console.log(response); console.log(response);

View File

@@ -205,8 +205,8 @@
confirmButtonText: 'OK' confirmButtonText: 'OK'
}).then((response) => { }).then((response) => {
if (response.isConfirmed) { if (response.isConfirmed) {
// window.location.href = window.location.href =
// '{{ route('surveyor.show', ['id' => $permohonan->id]) }}'; '{{ route('surveyor.show', ['id' => $permohonan->id]) }}';
} }
}); });
} else { } else {