init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
| 90 | menuIds:menuIds | 90 | menuIds:menuIds |
| 91 | }; | 91 | }; |
| 92 | $.ajax({ | 92 | $.ajax({ |
| 93 | type: 'post', | 93 | type: 'put', |
| 94 | url: apiBaseUrl + targetUrl, | 94 | url: apiBaseUrl + targetUrl, |
| 95 | cache: false, | 95 | cache: false, |
| 96 | data: JSON.stringify(newData), | 96 | data: JSON.stringify(newData), | ... | ... |
-
Please register or sign in to post a comment