70cac5f8 by 杨建斌

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

2 parents ec8d3f8b 189884f3
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
122 122
123 var data = { 123 var data = {
124 name:newName, 124 name:newName,
125 parentId:treeNode.id 125 parentId:treeNode.pId
126 } 126 }
127 $.ajax({ 127 $.ajax({
128 type: 'put', 128 type: 'put',
......
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
92 id:data['id'], 92 id:data['id'],
93 menuIds:menuIds 93 menuIds:menuIds
94 }; 94 };
95
95 $.ajax({ 96 $.ajax({
96 type: 'put', 97 type: 'put',
97 url: apiBaseUrl + targetUrl, 98 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!