update
This commit is contained in:
@@ -132,12 +132,7 @@
|
||||
}
|
||||
function btnMarking(id){
|
||||
$.post('{{ route("markPeriksa") }}', { id: id, _token: '{{ csrf_token() }}'},function(data){
|
||||
if (data.status == 'success'){
|
||||
$('#gridkiriman').DataTable().ajax.reload();
|
||||
} else {
|
||||
$("#err_text").val(data.message);
|
||||
$("#modalerror").modal('show');
|
||||
}
|
||||
$('#gridkiriman').DataTable().ajax.reload();
|
||||
});
|
||||
}
|
||||
$(document).ready(function () {
|
||||
|
||||
Reference in New Issue
Block a user