Commit 57ead295 by zhangleyuan

Merge branch 'feature/zhangleyuan/20210719/personnel-organization' into dev

parents 7691bab0 e54f751a
......@@ -74,7 +74,7 @@ function MemberTree(props) {
checkable
showIcon={false}
treeData={treeData}
// checkedKeys={_.pluck(props.selectUserList, 'id')}
checkedKeys={_.pluck(props.selectUserList, 'id')}
onCheck={(selectedKeys,e)=>treeSelected(selectedKeys,e)}
titleRender={(nodeData) => {
return (
......
......@@ -48,6 +48,7 @@ function SearchUser(props) {
enterButton={<span className="icon iconfont">&#xe832;</span>}
onFocus={(e)=>{onFocus(e)}}
onChange={(e)=>{onChange(e)}}
className="search-input-item"
// onBlur={()=>{onBlur()}}
/>
{dropDownVisible &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment