bcf70108 by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents fa8e8e20 b97c32a4
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
33 </div> 33 </div>
34 <div> 34 <div>
35 <input class="btn btn-warning radius" type="reset" value="重置搜索"> 35 <input class="btn btn-warning radius" type="reset" value="重置搜索">
36 <button class="btn btn-primary radius" type="button" onclick="add()">添加角色</button> 36 <!-- <button class="btn btn-primary radius" type="button" onclick="add()">添加角色</button>-->
37 </div> 37 </div>
38 </form> 38 </form>
39 39
......
...@@ -91,7 +91,8 @@ ...@@ -91,7 +91,8 @@
91 newData['DepartmentVO'] = { 91 newData['DepartmentVO'] = {
92 children:data['children'] 92 children:data['children']
93 }; 93 };
94 94 console.log(JSON.stringify(newData));
95 return false;
95 $.ajax({ 96 $.ajax({
96 type: 'post', 97 type: 'post',
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!