diff --git a/src/containers/analysis/history/AnalysisHistoryContainer.js b/src/containers/analysis/history/AnalysisHistoryContainer.js index 6fb2c38d..30e02573 100644 --- a/src/containers/analysis/history/AnalysisHistoryContainer.js +++ b/src/containers/analysis/history/AnalysisHistoryContainer.js @@ -88,10 +88,10 @@ export const AnalysisHistoryContainer = props => { const handleGroupSelect = ({ groupId }) => { // 권한 상관 없이 모두 조회 가능 - const param = params; - - param.groupId = groupId; + // const param = params; + // param.groupId = groupId; + console.log(groupId); dispatch(FlightAction.FLIGHT_PLAN_GROUP_SELECT({ groupId: groupId })); // groupId sessionStorage에 보관 (1 브라우저 1 tab에만 유효) @@ -101,7 +101,9 @@ export const AnalysisHistoryContainer = props => { // setIsClick(7); setParams(prevState => ({ ...prevState, groupId })); dispatch(Actions.LIST_INITAL()); - dispatch(Actions.list.request({ searchParams: params, page: 1 })); + dispatch( + Actions.list.request({ searchParams: { ...params, groupId }, page: 1 }) + ); }; const handlerGroupCancel = () => { dispatch(