ac055288 by wang

init

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