We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tinper-bee
2.1.3及以上
react
因为是团队协作,各人版本有差异,但是都存在这个问题
树节点展开鼠标移开后会自动收起来
代码如下: <RefTreeBaseUI searchable={true} title={this.props.title} backdrop={true} showModal={showModal} multiple={false} showLoading={showLoading} lazyModal={true} treeData={this.state.treeData||[]} valueField={"classNo"} onLoadData={this.onLoadData} onSave={this.onSave} onCancel={this.onCancel} defaultExpandAll={true} getRefTreeData={this.getRefTreeData} nodeDisplay={(record) => { return record.className }} />
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
yangchch6
No branches or pull requests
环境及版本信息
tinper-bee
版本号:2.1.3及以上
react
的版本号:因为是团队协作,各人版本有差异,但是都存在这个问题
您所在的领域、行业或项目组:
描述这个问题:
树节点展开鼠标移开后会自动收起来
1、代码
代码如下:
<RefTreeBaseUI
searchable={true}
title={this.props.title}
backdrop={true}
showModal={showModal}
multiple={false}
showLoading={showLoading}
lazyModal={true}
treeData={this.state.treeData||[]}
valueField={"classNo"}
onLoadData={this.onLoadData}
onSave={this.onSave}
onCancel={this.onCancel}
defaultExpandAll={true}
getRefTreeData={this.getRefTreeData}
nodeDisplay={(record) => {
return record.className
}}
/>
The text was updated successfully, but these errors were encountered: