Browse Source

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

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

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

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

Loading…
Cancel
Save