07bd2c5c by wang

init

1 parent 27a3aae0
...@@ -118,8 +118,10 @@ ...@@ -118,8 +118,10 @@
118 return false; 118 return false;
119 } 119 }
120 var targetUrl = 'department/update/' + treeNode.id; 120 var targetUrl = 'department/update/' + treeNode.id;
121 console.log(treeNode);
121 var data = { 122 var data = {
122 name:newName 123 name:newName,
124 // parentId:treeNode.pid
123 } 125 }
124 $.ajax({ 126 $.ajax({
125 type: 'put', 127 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!