点击 顶级节点清空数据

This commit is contained in:
liaoxuezhi 2019-12-09 12:42:07 +08:00
parent b1a5b6fdfe
commit ef4694cab0

View File

@ -716,7 +716,7 @@ export class TreeSelector extends React.Component<
})}
>
<div className={cx('Tree-itemLabel')}>
<span className={cx('Tree-itemText')}>
<span className={cx('Tree-itemText')} onClick={this.clearSelect}>
{showIcon ? (
<i className={cx('Tree-itemIcon Tree-rootIcon')} />
) : null}