eef4a00d by yangjianbin

init

1 parent e17c3aa7
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
119 } 119 }
120 var targetUrl = 'department/update/' + treeNode.id; 120 var targetUrl = 'department/update/' + treeNode.id;
121 var data = { 121 var data = {
122 newName:newName 122 name:newName
123 } 123 }
124 $.ajax({ 124 $.ajax({
125 type: 'put', 125 type: 'put',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!