70cac5f8 by 杨建斌

Merge remote-tracking branch 'origin/develop' into develop

2 parents ec8d3f8b 189884f3
......@@ -122,7 +122,7 @@
var data = {
name:newName,
parentId:treeNode.id
parentId:treeNode.pId
}
$.ajax({
type: 'put',
......
......@@ -92,6 +92,7 @@
id:data['id'],
menuIds:menuIds
};
$.ajax({
type: 'put',
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!