Use post for ajax request to fix chash issue

This commit is contained in:
Björn Fromme
2019-07-16 10:46:42 +02:00
parent 808b3c2e3e
commit 6ba1207efb
@@ -71,7 +71,8 @@
headers: {
'Accept': 'application/json'
},
params: query
data: $.param(query),
method: 'post'
}).then((response) => {
this.teasers = response.data.data;
this.total = response.data.total;