Commit dd7f3a88 by zhaochengxiang

权限转移用户搜索

parent fd20380d
...@@ -182,7 +182,7 @@ const UsersItem = ({ loading, users, value, onChange }) => { ...@@ -182,7 +182,7 @@ const UsersItem = ({ loading, users, value, onChange }) => {
}, [searchValue, users], { wait: 300 }) }, [searchValue, users], { wait: 300 })
return ( return (
<Select loading={loading} searchValue allowClear <Select loading={loading} showSearch allowClear
placeholder='请选择用户' placeholder='请选择用户'
value={(options??[]).length>0?value?.id:undefined} value={(options??[]).length>0?value?.id:undefined}
searchValue={searchValue} searchValue={searchValue}
......
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