From dd349bdf8595ed7cdbc1d75b5a0d97cff1cc5156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kimjh=28=EA=B9=80=EC=9E=A5=ED=98=84=29?= Date: Mon, 26 Sep 2022 17:29:34 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EC=9D=B4=EB=A0=A5=20?= =?UTF-8?q?=ED=98=84=ED=99=A9=20=EA=B2=80=EC=83=89=EC=98=B5=EC=85=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/crud/grid/GridDatatable.js | 8 +++++++- .../analysis/history/AnalysisHistoryContainer.js | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) 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) => {