init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -169,7 +169,7 @@ | ... | @@ -169,7 +169,7 @@ |
| 169 | } | 169 | } |
| 170 | var targetUrl1 = 'department/add'; | 170 | var targetUrl1 = 'department/add'; |
| 171 | $.ajax({ | 171 | $.ajax({ |
| 172 | type: 'put', | 172 | type: 'post', |
| 173 | url: apiBaseUrl + targetUrl1, | 173 | url: apiBaseUrl + targetUrl1, |
| 174 | cache: false, | 174 | cache: false, |
| 175 | dataType: 'json', | 175 | dataType: 'json', | ... | ... |
-
Please register or sign in to post a comment