Commit b24bd04f by zhangleyuan

feat:隐藏搜索接口

parent 78c20d35
...@@ -515,7 +515,7 @@ function LeftStructureTree(props) { ...@@ -515,7 +515,7 @@ function LeftStructureTree(props) {
<div className="organization"> <div className="organization">
<div className="search-con"> <div className="search-con">
{/* <Complete/> */} {/* <Complete/> */}
<AutoComplete {/* <AutoComplete
dropdownClassName="certain-category-search-dropdown" dropdownClassName="certain-category-search-dropdown"
dropdownMatchSelectWidth={250} dropdownMatchSelectWidth={250}
allowClear allowClear
...@@ -537,7 +537,7 @@ function LeftStructureTree(props) { ...@@ -537,7 +537,7 @@ function LeftStructureTree(props) {
style={{ width: 250 }} style={{ width: 250 }}
enterButton={<span className='icon iconfont'>&#xe832;</span>} enterButton={<span className='icon iconfont'>&#xe832;</span>}
/> />
</AutoComplete> </AutoComplete> */}
</div> </div>
{ (props.treeType==='postGrouptab' || props.treeType=== 'customGroupTab') && ( { (props.treeType==='postGrouptab' || props.treeType=== 'customGroupTab') && (
<div className="operate"> <div className="operate">
......
...@@ -58,14 +58,14 @@ function SearchUser(props) { ...@@ -58,14 +58,14 @@ function SearchUser(props) {
}; };
return ( return (
<div className="search-user" style={{width:'300px'}} id="search-user"> <div className="search-user" style={{width:'300px'}} id="search-user">
<Search {/* <Search
placeholder='搜索成员' placeholder='搜索成员'
enterButton={<span className="icon iconfont">&#xe832;</span>} enterButton={<span className="icon iconfont">&#xe832;</span>}
onFocus={(e)=>{onFocus(e)}} onFocus={(e)=>{onFocus(e)}}
onChange={(e)=>{onChange(e)}} onChange={(e)=>{onChange(e)}}
className="search-input-item" className="search-input-item"
// onBlur={()=>{onBlur()}} // onBlur={()=>{onBlur()}}
/> /> */}
{dropDownVisible && {dropDownVisible &&
<div className="drop-down"> <div className="drop-down">
<div className="drop-down__list"> <div className="drop-down__list">
......
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