88a10c40 by yangjianbin

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

2 parents 476d5dc3 102b87ff
...@@ -89,12 +89,13 @@ ...@@ -89,12 +89,13 @@
89 roles:data['roles'], 89 roles:data['roles'],
90 departmentId:data['children'] 90 departmentId:data['children']
91 }; 91 };
92
92 // newData['DepartmentVO'] = { 93 // newData['DepartmentVO'] = {
93 // children:data['children'] 94 // children:data['children']
94 // departmentId:data['children'] 95 // departmentId:data['children']
95 // }; 96 // };
96 console.log(JSON.stringify(newData)); 97 // console.log(JSON.stringify(newData));
97 return false; 98 // return false;
98 $.ajax({ 99 $.ajax({
99 type: 'post', 100 type: 'post',
100 url: apiBaseUrl + targetUrl, 101 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!