update komuditi

This commit is contained in:
afiq
2021-02-08 12:06:43 +08:00
parent cc8c2bdd1b
commit 4a89aa13d3
5 changed files with 51 additions and 32 deletions
+2 -4
View File
@@ -74,8 +74,6 @@
let norujukan = $(e).data('norujukan');
let cawangankod = $(e).data('kodcaw');
alert(cawangankod);
$.ajax({
method:'put',
url: "{{ route('operasi.updatekelulusan') }}",
@@ -94,8 +92,8 @@
});
},error: function(xhr, status, error) {
var err = eval("(" + xhr.responseText + ")");
alert(xhr.responseText);
var err = eval("(" + xhr.responseText + ")");
alert(xhr.responseText);
}
});
}