diff --git a/src/components/multiSearchInput/index.tsx b/src/components/multiSearchInput/index.tsx index ec8643ac8..dda298da8 100644 --- a/src/components/multiSearchInput/index.tsx +++ b/src/components/multiSearchInput/index.tsx @@ -88,7 +88,6 @@ class MultiSearchInput extends React.Component { onChange(e.target.value); }} onPressEnter={(e: any) => { - console.log('执行了') onSearch(e.target.value, searchType); }} />