397bb66a by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents 01d0bae7 794970e5
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!