mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-29 07:56:06 +08:00
删除console.log
This commit is contained in:
parent
76c1b52fea
commit
f89ac3c7f7
|
@ -179,7 +179,6 @@ const Script = ({ headerStyle, isPhone, theme }: any) => {
|
||||||
|
|
||||||
const debounceSearch = useCallback(
|
const debounceSearch = useCallback(
|
||||||
debounce((keyword) => {
|
debounce((keyword) => {
|
||||||
console.log(keyword);
|
|
||||||
setSearchValue(keyword);
|
setSearchValue(keyword);
|
||||||
const { tree, expandedKeys } = getFilterData(
|
const { tree, expandedKeys } = getFilterData(
|
||||||
keyword.toLocaleLowerCase(),
|
keyword.toLocaleLowerCase(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user