From de3ea4350de1a5a29075fefa9e7f1c2e0ef2aca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kimjh=28=EA=B9=80=EC=9E=A5=ED=98=84=29?= Date: Thu, 22 Sep 2022 15:55:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=A9=EB=8F=8C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../history/AnalysisHistoryContainer.js | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/src/containers/analysis/history/AnalysisHistoryContainer.js b/src/containers/analysis/history/AnalysisHistoryContainer.js index 1f79fe9..43a6a58 100644 --- a/src/containers/analysis/history/AnalysisHistoryContainer.js +++ b/src/containers/analysis/history/AnalysisHistoryContainer.js @@ -240,32 +240,6 @@ export const AnalysisHistoryContainer = props => { search1: '', groupId: searchData.groupId }); -<<<<<<< HEAD -======= - - useEffect(() => { - setParams({ - ...params, - stDate: '', - endDate: '', - search1: '', - groupId: searchData.groupId - }); - }, [searchData.groupId]); - - - useEffect(() => { - if (data) return; - }, [searchParams]); - - const onKeyPress = e => { - if (e.key == 'Enter') { - handlerSearch(); - } - }; ->>>>>>> 7b04365e79a46f1e9cf6d47485e22c3241da7b01 - - // useEffect(() => { }, [params]); const handlerSearch = () => { if (!params.stDate || !params.endDate) {