397bb66a by yangjianbin

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

2 parents 01d0bae7 794970e5
......@@ -85,19 +85,20 @@
name:data['name'],
username:data['username'],
telephone:data['phone'],
phone:data['phone'],
// phone:data['phone'],
password:data['password'],
roleIds:data['roles'],
// roles:data['roles'],
departmentId:data['children']
};
// newData['DepartmentVO'] = {
// children:data['children']
// departmentId:data['children']
// };
// console.log(JSON.stringify(newData));
// return false;
console.log(JSON.stringify(newData));
return false;
$.ajax({
type: 'post',
url: apiBaseUrl + targetUrl,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!