init
Showing
1 changed file
with
2 additions
and
3 deletions
| ... | @@ -90,13 +90,12 @@ | ... | @@ -90,13 +90,12 @@ |
| 90 | departmentId:data['children'] | 90 | departmentId:data['children'] |
| 91 | }; | 91 | }; |
| 92 | 92 | ||
| 93 | |||
| 94 | // newData['DepartmentVO'] = { | 93 | // newData['DepartmentVO'] = { |
| 95 | // children:data['children'] | 94 | // children:data['children'] |
| 96 | // departmentId:data['children'] | 95 | // departmentId:data['children'] |
| 97 | // }; | 96 | // }; |
| 98 | console.log(JSON.stringify(newData)); | 97 | // console.log(JSON.stringify(newData)); |
| 99 | return false; | 98 | // return false; |
| 100 | $.ajax({ | 99 | $.ajax({ |
| 101 | type: 'post', | 100 | type: 'post', |
| 102 | url: apiBaseUrl + targetUrl, | 101 | url: apiBaseUrl + targetUrl, | ... | ... |
-
Please register or sign in to post a comment