Use post for ajax request to fix chash issue
This commit is contained in:
@@ -71,7 +71,8 @@
|
|||||||
headers: {
|
headers: {
|
||||||
'Accept': 'application/json'
|
'Accept': 'application/json'
|
||||||
},
|
},
|
||||||
params: query
|
data: $.param(query),
|
||||||
|
method: 'post'
|
||||||
}).then((response) => {
|
}).then((response) => {
|
||||||
this.teasers = response.data.data;
|
this.teasers = response.data.data;
|
||||||
this.total = response.data.total;
|
this.total = response.data.total;
|
||||||
|
|||||||
Reference in New Issue
Block a user