Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop
Showing
2 changed files
with
3 additions
and
2 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment