列表搜索页面

This commit is contained in:
juguohong
2025-09-06 22:08:34 +08:00
parent c78be00ded
commit 2d0d728969
15 changed files with 518 additions and 128 deletions

View File

@@ -19,11 +19,12 @@ const Demo3 = (props) => {
const itemRef = useRef(null);
const handleChange = (name: string, value: string) => {
// setIsChange(true);
onChange && onChange(name, value);
(itemRef.current as any)?.toggle(false);
};
// const cityTitle = cityOptions.find((item) => item.value === cityValue)?.label;
return (
<Menu
className="distanceQuickFilterWrap"