init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -124,7 +124,7 @@ | ... | @@ -124,7 +124,7 @@ |
| 124 | }, function(){ | 124 | }, function(){ |
| 125 | $.ajax({ | 125 | $.ajax({ |
| 126 | type:'delete', | 126 | type:'delete', |
| 127 | url:apiBaseUrl + id, | 127 | url:apiBaseUrl + 'config/product/' + id, |
| 128 | cache: false, | 128 | cache: false, |
| 129 | dataType:'json', | 129 | dataType:'json', |
| 130 | contentType: "application/json; charset=UTF-8", | 130 | contentType: "application/json; charset=UTF-8", | ... | ... |
-
Please register or sign in to post a comment