update
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
timer = setInterval(showRemaining, 1000);
|
||||
}
|
||||
function btnMarking(id){
|
||||
$.post('{{ route("markPeriksa") }}', { periksa_id: id, _token: '{{ csrf_token() }}'},function(data){
|
||||
$.post('{{ route("markPeriksa") }}', { id: id, _token: '{{ csrf_token() }}'},function(data){
|
||||
if (data.status == 'success'){
|
||||
$('#gridkiriman').DataTable().ajax.reload();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user