|
@@ -87,7 +87,7 @@ export default {
|
|
|
return new Promise((resolve, reject) => {
|
|
return new Promise((resolve, reject) => {
|
|
|
$.ajax({
|
|
$.ajax({
|
|
|
url: Common.getApiURL(requestUrl),
|
|
url: Common.getApiURL(requestUrl),
|
|
|
- type: 'delete',
|
|
|
|
|
|
|
+ type: 'post',
|
|
|
contentType: 'application/json',
|
|
contentType: 'application/json',
|
|
|
|
|
|
|
|
dataType: 'json',
|
|
dataType: 'json',
|