436fb5c9 by yangjianbin

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

2 parents 4b92fe4e e2119af6
...@@ -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({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!