07bd2c5c by wang

init

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