Use post for ajax request to fix chash issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user