Browse Source

상세내역 클릭시 드론경로 중복표출 주석

pull/2/head
이준희 1 year ago
parent
commit
b35f8781e4
  1. 2
      src/views/control/report/ControlReportList.js

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

@ -18,7 +18,7 @@ const ControlReportList = props => {
const handlerDetail = item => {
dispatch(objectClickAction(item.controlId));
dispatch(controlGpDtlAction.request(item.controlId));
dispatch(controlGpFlightPlanAction.request(item.objectId));
// dispatch(controlGpFlightPlanAction.request(item.objectId));
};
// useEffect(() => {}, [filterId]);

Loading…
Cancel
Save