!120 修复表格树bug

Merge pull request !120 from Lunaticf/master
pull/120/MERGE
若依 2019-08-22 21:37:32 +08:00 committed by Gitee
commit 79197b1977
1 changed files with 1 additions and 0 deletions

View File

@ -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, // 表格树的高度