Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -89,12 +89,13 @@ | ... | @@ -89,12 +89,13 @@ |
| 89 | roles:data['roles'], | 89 | roles:data['roles'], |
| 90 | departmentId:data['children'] | 90 | departmentId:data['children'] |
| 91 | }; | 91 | }; |
| 92 | |||
| 92 | // newData['DepartmentVO'] = { | 93 | // newData['DepartmentVO'] = { |
| 93 | // children:data['children'] | 94 | // children:data['children'] |
| 94 | // departmentId:data['children'] | 95 | // departmentId:data['children'] |
| 95 | // }; | 96 | // }; |
| 96 | console.log(JSON.stringify(newData)); | 97 | // console.log(JSON.stringify(newData)); |
| 97 | return false; | 98 | // return false; |
| 98 | $.ajax({ | 99 | $.ajax({ |
| 99 | type: 'post', | 100 | type: 'post', |
| 100 | url: apiBaseUrl + targetUrl, | 101 | url: apiBaseUrl + targetUrl, | ... | ... |
-
Please register or sign in to post a comment