init
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -126,7 +126,6 @@ | ... | @@ -126,7 +126,6 @@ |
| 126 | type:'delete', | 126 | type:'delete', |
| 127 | url:apiBaseUrl + id, | 127 | url:apiBaseUrl + id, |
| 128 | cache: false, | 128 | cache: false, |
| 129 | data:JSON.stringify(data), | ||
| 130 | dataType:'json', | 129 | dataType:'json', |
| 131 | contentType: "application/json; charset=UTF-8", | 130 | contentType: "application/json; charset=UTF-8", |
| 132 | success:function(data){ | 131 | success:function(data){ | ... | ... |
-
Please register or sign in to post a comment