Browse Source

비행이력 현황 - 상세보기 조회시 바로 조회 되도록 수정

pull/2/head
sanguu(박상현) 2 years ago
parent
commit
43bd3cc74e
  1. 2
      src/containers/analysis/history/AnalysisHistoryContainer.js

2
src/containers/analysis/history/AnalysisHistoryContainer.js

@ -85,6 +85,8 @@ export const AnalysisHistoryContainer = props => {
search1: '',
groupId: searchData.groupId
});
dispatch(Actions.LIST_INITAL());
dispatch(Actions.list.request({ searchParams: params, page: 1 }));
}, [searchData.groupId]);
// useEffect(() => {

Loading…
Cancel
Save