fix sedikit2

This commit is contained in:
MUHD HAFIFIE
2021-07-14 16:43:49 +08:00
parent c8c93c38ad
commit 68b2cd63cc
8 changed files with 161 additions and 30 deletions
@@ -314,7 +314,13 @@
let cawangankod = $(e).data('kodcaw');
let siri = $(e).data('siri');
let namaoperasi = "{{ Auth::user()->name }}";
let teller = $(e).closest('tr').children('td:eq(1)').text();
teller = String(teller);
console.log(teller);
return;
$.ajax({
method:'put',
url: "{{ route('operasi.updatekelulusan') }}",