{ this.treeRef = ref; }}>
{this.props.isSearch ?
: ''}
{/*
*/}
{/* {!this.props.checkedAll ? '' : }*/}
{/* {!this.props.unChecked ? '' : }*/}
{/*
*/}
{
this.props.isSearch ?
this.handleButtonClick(e,e.target.checked ? 'checkedAll' : 'unChecked')} /> {PermissionContent}
: ''
}
{this.renderTreeNodes(this.props.treeData)}