diff --git a/src/containers/analysis/history/AnalysisHistoryContainer.js b/src/containers/analysis/history/AnalysisHistoryContainer.js index 7c9263c..1f79fe9 100644 --- a/src/containers/analysis/history/AnalysisHistoryContainer.js +++ b/src/containers/analysis/history/AnalysisHistoryContainer.js @@ -240,6 +240,30 @@ 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]);