列表搜索页面

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

@@ -52,7 +52,6 @@ const Bubble: React.FC<BubbleProps> = ({
);
onChange(name, newSelectedValues, selectedOptions);
} else {
console.log('===111', name, option.value)
onChange(name, option.value, option);
}
}