diff --git a/src/components/crud/grid/GridDatatable.js b/src/components/crud/grid/GridDatatable.js index 167d1c1..76f1c1f 100644 --- a/src/components/crud/grid/GridDatatable.js +++ b/src/components/crud/grid/GridDatatable.js @@ -43,7 +43,13 @@ export const GridDatabase = props => { }} progressPending={props.handlerPageChange ? loading : false} progressComponent={ -
+
diff --git a/src/containers/analysis/history/AnalysisHistoryContainer.js b/src/containers/analysis/history/AnalysisHistoryContainer.js index 582dd4e..d40d094 100644 --- a/src/containers/analysis/history/AnalysisHistoryContainer.js +++ b/src/containers/analysis/history/AnalysisHistoryContainer.js @@ -256,7 +256,10 @@ export const AnalysisHistoryContainer = props => { desc: '그룹 선택 해주세요.', color: 'modal-danger' }); - } else dispatch(Actions.list.request({ searchParams: params, page: 1 })); + } else { + dispatch(Actions.LIST_INITAL()); + dispatch(Actions.list.request({ searchParams: params, page: 1 })); + } }; const handlerInput = (type, val) => {