436fb5c9 by yangjianbin

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

2 parents 4b92fe4e e2119af6
......@@ -86,11 +86,13 @@
username:data['username'],
phone:data['phone'],
password:data['password'],
roles:data['roles']
};
newData['DepartmentVO'] = {
children:data['children']
roles:data['roles'],
departmentId:data['children']
};
// newData['DepartmentVO'] = {
// children:data['children']
// departmentId:data['children']
// };
console.log(JSON.stringify(newData));
return false;
$.ajax({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!