init
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -94,7 +94,6 @@ | ... | @@ -94,7 +94,6 @@ |
| 94 | type: 'delete', | 94 | type: 'delete', |
| 95 | url: apiBaseUrl + 'config/product/' + id, | 95 | url: apiBaseUrl + 'config/product/' + id, |
| 96 | cache: false, | 96 | cache: false, |
| 97 | data: JSON.stringify(data), | ||
| 98 | dataType: 'json', | 97 | dataType: 'json', |
| 99 | contentType: "application/json; charset=UTF-8", | 98 | contentType: "application/json; charset=UTF-8", |
| 100 | success: function (data) { | 99 | success: function (data) { | ... | ... |
-
Please register or sign in to post a comment