34a9a2e5 by wang

init

1 parent 102b87ff
...@@ -84,9 +84,11 @@ ...@@ -84,9 +84,11 @@
84 newData['HrVO'] = { 84 newData['HrVO'] = {
85 name:data['name'], 85 name:data['name'],
86 username:data['username'], 86 username:data['username'],
87 telephone:data['phone'],
87 phone:data['phone'], 88 phone:data['phone'],
88 password:data['password'], 89 password:data['password'],
89 roles:data['roles'], 90 roleIds:data['roles'],
91 // roles:data['roles'],
90 departmentId:data['children'] 92 departmentId:data['children']
91 }; 93 };
92 94
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!