Commit 72dbb3b3 by zhaochengxiang

搜索owner慢的问题

parent f4c55cc8
......@@ -14,7 +14,7 @@ const SelectUser:React.FC=(props)=>{
return debounce((value) => {
setSearchValue(value);
}, 800);
}, [users]);
}, []);
const filterUsers = useMemo(() => {
if (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