|
|
@@ -90,7 +90,7 @@ export default {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
$.ajax({
|
|
|
url: Common.getApiUrl2(requestUrl),
|
|
|
- type: 'delete',
|
|
|
+ type: 'post',
|
|
|
contentType: 'application/json',
|
|
|
|
|
|
|
|
|
@@ -121,7 +121,7 @@ export default {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
$.ajax({
|
|
|
url: Common.getApiUrl2(requestUrl),
|
|
|
- type: 'delete',
|
|
|
+ type: 'post',
|
|
|
contentType: 'application/json',
|
|
|
|
|
|
|
|
|
@@ -361,7 +361,7 @@ export default {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
$.ajax({
|
|
|
url: Common.getApiUrl2(requestUrl),
|
|
|
- type: 'put',
|
|
|
+ type: 'post',
|
|
|
contentType: 'application/x-www-form-urlencoded',
|
|
|
|
|
|
|