ac055288 by wang

init

1 parent b97c32a4
......@@ -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!