init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -97,8 +97,8 @@ | ... | @@ -97,8 +97,8 @@ |
| 97 | // children:data['children'] | 97 | // children:data['children'] |
| 98 | // departmentId:data['children'] | 98 | // departmentId:data['children'] |
| 99 | // }; | 99 | // }; |
| 100 | // console.log(JSON.stringify(newData)); | 100 | console.log(JSON.stringify(newData)); |
| 101 | // return false; | 101 | return false; |
| 102 | $.ajax({ | 102 | $.ajax({ |
| 103 | type: 'post', | 103 | type: 'post', |
| 104 | url: apiBaseUrl + targetUrl, | 104 | url: apiBaseUrl + targetUrl, | ... | ... |
-
Please register or sign in to post a comment