Commit 97f57091 by zhaochengxiang

bug fix

parent 35f5dfdd
...@@ -37,6 +37,9 @@ const SelectUser:React.FC=(props)=>{ ...@@ -37,6 +37,9 @@ const SelectUser:React.FC=(props)=>{
showSearch showSearch
value={value} value={value}
onChange={change} onChange={change}
onClear={() => {
setSearchValue()
}}
loading={loading} loading={loading}
allowClear allowClear
filterOption={false} filterOption={false}
......
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