From b19ad2a13b8b7b17d07916404545bfa1f7f58bef Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 14 Nov 2022 11:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddebounce=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/log/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';