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