diff --git a/src/pages/log/index.tsx b/src/pages/log/index.tsx index 44c81916..524cf0b5 100644 --- a/src/pages/log/index.tsx +++ b/src/pages/log/index.tsx @@ -21,7 +21,7 @@ import { useOutletContext } from '@umijs/max'; import { SharedContext } from '@/layouts'; import { DeleteOutlined } from '@ant-design/icons'; import { depthFirstSearch } from '@/utils'; -import debounce from 'lodash/groupBy'; +import debounce from 'lodash/debounce'; import uniq from 'lodash/uniq'; import useFilterTreeData from '@/hooks/useFilterTreeData';