Browse Source

관제 - 운항정보 창 버그 수정

feature/auth
junh_eee(이준희) 2 years ago
parent
commit
89da1d0767
  1. 4
      src/views/control/report/ControlReportDetail.js

4
src/views/control/report/ControlReportDetail.js

@ -23,7 +23,9 @@ const ControlReportDetail = props => {
useEffect(() => { useEffect(() => {
if(historyModal) { if(historyModal) {
dispatch(controlGpLogAction.request({id : controlGpDetail.controlId})); if(controlGpDetail) {
dispatch(controlGpLogAction.request({id : controlGpDetail.controlId}));
}
} }
}, [historyModal]) }, [historyModal])

Loading…
Cancel
Save