dashboard
This commit is contained in:
@@ -414,9 +414,19 @@
|
||||
text: 'Pendahuluan Unit Komuditi Berjaya'
|
||||
});
|
||||
$('#pembelian_modal').modal('hide');
|
||||
komoditiNotify();
|
||||
}
|
||||
});
|
||||
});
|
||||
function komoditiNotify(){
|
||||
$.ajax({
|
||||
method:'get',
|
||||
url: "{{ route('beli.notifyKomoditi') }}",
|
||||
success:function(data){
|
||||
console.log('berjaya');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user