From 363646e771403a45c6380d9fae81264cc40cf84f Mon Sep 17 00:00:00 2001 From: hafifierahman Date: Sun, 17 Jan 2021 08:57:18 +0800 Subject: [PATCH] fix kelulusan --- resources/views/khazanah/kelulusan.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/khazanah/kelulusan.blade.php b/resources/views/khazanah/kelulusan.blade.php index c7015b0..5e00584 100644 --- a/resources/views/khazanah/kelulusan.blade.php +++ b/resources/views/khazanah/kelulusan.blade.php @@ -39,7 +39,6 @@ {{ $cawangan_info['details_caw'] }} {{ $k['norujukan'] }} {{ $k['komen'] }} - {{ $k['pelulus'] }} @@ -82,7 +81,7 @@ let norujukan = $(e).data('norujukan'); let pelulus = $(e).data('pelulus'); - + alert(pelulus); $.ajax({ method:'put', url: "{{ route('khazanah.updatekelulusan') }}", @@ -92,12 +91,13 @@ "pelulus" : pelulus }, success:function(data){ - + console.log(data); Swal.fire({ icon: 'success', title: 'Anda Berjaya Mengesahkan Pengesahan' }).then(function(){ location.reload(); + }); },error: function(xhr, status, error) {