main
ilhamwara 2025-07-03 10:32:16 +07:00
parent fea79e0821
commit 6341ce0361
2 changed files with 6 additions and 0 deletions

View File

@ -325,6 +325,9 @@
$.ajax({ $.ajax({
url: base_url+'/getForm', // Ganti dengan URL API-mu url: base_url+'/getForm', // Ganti dengan URL API-mu
type: 'POST', // Bisa juga 'POST' kalau perlu type: 'POST', // Bisa juga 'POST' kalau perlu
xhrFields: {
withCredentials: true
},
data: { data: {
_token:'{{csrf_token()}}', _token:'{{csrf_token()}}',
page: number, page: number,

View File

@ -334,6 +334,9 @@
$.ajax({ $.ajax({
url: base_url+'/getForm', // Ganti dengan URL API-mu url: base_url+'/getForm', // Ganti dengan URL API-mu
type: 'POST', // Bisa juga 'POST' kalau perlu type: 'POST', // Bisa juga 'POST' kalau perlu
xhrFields: {
withCredentials: true
},
data: { data: {
_token:'{{csrf_token()}}', _token:'{{csrf_token()}}',
page: number, page: number,