mirror of https://gitee.com/y_project/RuoYi.git
修复表格树bug
parent
ca48d313a2
commit
bf68719e2e
|
@ -431,6 +431,7 @@
|
|||
parentCode: options.parentCode, // 用于设置父子关系
|
||||
type: 'post', // 请求方式(*)
|
||||
url: options.url, // 请求后台的URL(*)
|
||||
data: options.data, // 无url时用于渲染的数据
|
||||
ajaxParams: options.ajaxParams, // 请求数据的ajax的data属性
|
||||
rootIdValue: options.rootIdValue, // 设置指定根节点id值
|
||||
height: options.height, // 表格树的高度
|
||||
|
|
Loading…
Reference in New Issue