@@ -100,13 +100,6 @@ const EqSelfInspection = (props) => {
routeId: routeId,
},
});
- } else if (autoReport.Id) {
- dispatch({
- type: 'eqSelfInspection/getPatrolDataById',
- payload: {
- routeId: autoReport.Id,
- },
- });
} else {
getDate();
}