비즈니스로그 타입 예외처리

This commit is contained in:
2025-07-01 14:40:41 +09:00
parent 28094e1c48
commit 38dac99278

View File

@@ -58,6 +58,13 @@ const BusinessLogView = () => {
updateSearchParams
} = useBusinessLogSearch(token, 500);
useEffect(()=>{
setDownloadState({
loading: false,
progress: 0
});
},[dataList]);
useEffect(() => {
// 세션 스토리지에서 복사된 메일 데이터 가져오기
const paramsData = sessionStorage.getItem(STORAGE_BUSINESS_LOG_SEARCH);