mirror of https://gitee.com/y_project/RuoYi.git
参数配置排序
parent
4c05b04889
commit
11e4c65372
|
@ -137,8 +137,8 @@ $(function(){
|
||||||
//初始化表格树,_expandAll true展开 false 不展开
|
//初始化表格树,_expandAll true展开 false 不展开
|
||||||
$.initTreeTable = function (_id, _parentId, _columns, _url, _expandAll) {
|
$.initTreeTable = function (_id, _parentId, _columns, _url, _expandAll) {
|
||||||
$('.bootstrap-table').bootstrapTreeTable({
|
$('.bootstrap-table').bootstrapTreeTable({
|
||||||
code : _id, // 用于设置父子关系
|
code : _id, // 用于设置父子关系
|
||||||
parentCode : _parentId, // 用于设置父子关系
|
parentCode : _parentId, // 用于设置父子关系
|
||||||
type: 'get', // 请求方式(*)
|
type: 'get', // 请求方式(*)
|
||||||
url: _url, // 请求后台的URL(*)
|
url: _url, // 请求后台的URL(*)
|
||||||
ajaxParams : {}, // 请求数据的ajax的data属性
|
ajaxParams : {}, // 请求数据的ajax的data属性
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<i class="fa fa-trash-o"></i> 删除
|
<i class="fa fa-trash-o"></i> 删除
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</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>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div th:include="include :: footer"></div>
|
<div th:include="include :: footer"></div>
|
||||||
|
|
Loading…
Reference in New Issue