参数配置排序

master
RuoYi 7 years ago committed by Limy
parent f2165bed11
commit 1e89cf769b

@ -137,8 +137,8 @@ $(function(){
//初始化表格树_expandAll true展开 false 不展开
$.initTreeTable = function (_id, _parentId, _columns, _url, _expandAll) {
$('.bootstrap-table').bootstrapTreeTable({
code : _id, // 用于设置父子关系
parentCode : _parentId, // 用于设置父子关系
code : _id, // 用于设置父子关系
parentCode : _parentId, // 用于设置父子关系
type: 'get', // 请求方式(*
url: _url, // 请求后台的URL*
ajaxParams : {}, // 请求数据的ajax的data属性

@ -12,7 +12,7 @@
<i class="fa fa-trash-o"></i> 删除
</button>
</div>
<table class="bootstrap-table" data-mobile-responsive="true">
<table class="bootstrap-table" data-mobile-responsive="true" data-sort-name="config_id" data-sort-order="asc">
</table>
</div>
<div th:include="include :: footer"></div>

Loading…
Cancel
Save