update
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user