update
parent
fefa2289bb
commit
3ccc8f4f3c
|
|
@ -471,6 +471,9 @@
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "{{ route($route.'.store') }}",
|
url: "{{ route($route.'.store') }}",
|
||||||
type: "POST",
|
type: "POST",
|
||||||
|
xhrFields: {
|
||||||
|
withCredentials: true
|
||||||
|
},
|
||||||
data: formData,
|
data: formData,
|
||||||
processData: false, // WAJIB
|
processData: false, // WAJIB
|
||||||
contentType: false, // WAJIB
|
contentType: false, // WAJIB
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue