Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop
Showing
1 changed file
with
6 additions
and
4 deletions
| ... | @@ -86,11 +86,13 @@ | ... | @@ -86,11 +86,13 @@ |
| 86 | username:data['username'], | 86 | username:data['username'], |
| 87 | phone:data['phone'], | 87 | phone:data['phone'], |
| 88 | password:data['password'], | 88 | password:data['password'], |
| 89 | roles:data['roles'] | 89 | roles:data['roles'], |
| 90 | }; | 90 | departmentId:data['children'] |
| 91 | newData['DepartmentVO'] = { | ||
| 92 | children:data['children'] | ||
| 93 | }; | 91 | }; |
| 92 | // newData['DepartmentVO'] = { | ||
| 93 | // children:data['children'] | ||
| 94 | // departmentId:data['children'] | ||
| 95 | // }; | ||
| 94 | console.log(JSON.stringify(newData)); | 96 | console.log(JSON.stringify(newData)); |
| 95 | return false; | 97 | return false; |
| 96 | $.ajax({ | 98 | $.ajax({ | ... | ... |
-
Please register or sign in to post a comment