비즈니스로그 타입 예외처리
This commit is contained in:
@@ -58,6 +58,13 @@ const BusinessLogView = () => {
|
|||||||
updateSearchParams
|
updateSearchParams
|
||||||
} = useBusinessLogSearch(token, 500);
|
} = useBusinessLogSearch(token, 500);
|
||||||
|
|
||||||
|
useEffect(()=>{
|
||||||
|
setDownloadState({
|
||||||
|
loading: false,
|
||||||
|
progress: 0
|
||||||
|
});
|
||||||
|
},[dataList]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// 세션 스토리지에서 복사된 메일 데이터 가져오기
|
// 세션 스토리지에서 복사된 메일 데이터 가져오기
|
||||||
const paramsData = sessionStorage.getItem(STORAGE_BUSINESS_LOG_SEARCH);
|
const paramsData = sessionStorage.getItem(STORAGE_BUSINESS_LOG_SEARCH);
|
||||||
|
|||||||
Reference in New Issue
Block a user