update komuditi
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user