bcf70108 by yangjianbin

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

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