This commit is contained in:
Dwi Swandhana
2026-04-24 13:45:00 +07:00
parent 008400f1e0
commit 4971ad0d5a
@@ -243,6 +243,13 @@
} else {
$.post('{{ route("markPeriksa") }}', { id: 'ubahnomorlab', jenis: jenis, bulan: bulan, sampleId: sampleId, _token: '{{ csrf_token() }}'},function(data){
$('#gridkiriman').DataTable().ajax.reload();
swal({
title: data.status || 'Sukses',
text: data.message || 'Data berhasil diperbarui.',
type: 'success',
}).then(function () {
$('#modaleditor').modal('hide');
});
});
}
});