102b87ff by wang

init

1 parent 3ffc92ab
...@@ -90,13 +90,12 @@ ...@@ -90,13 +90,12 @@
90 departmentId:data['children'] 90 departmentId:data['children']
91 }; 91 };
92 92
93
94 // newData['DepartmentVO'] = { 93 // newData['DepartmentVO'] = {
95 // children:data['children'] 94 // children:data['children']
96 // departmentId:data['children'] 95 // departmentId:data['children']
97 // }; 96 // };
98 console.log(JSON.stringify(newData)); 97 // console.log(JSON.stringify(newData));
99 return false; 98 // return false;
100 $.ajax({ 99 $.ajax({
101 type: 'post', 100 type: 'post',
102 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!