@@ -993,7 +993,7 @@ function ReportDumCom(props) {
}}
backdrop="rgba(255,255,255,0.5)"
style={{ height: '90px' }}
- src={item.url}
+ src={item.path}
/>
),
},
@@ -100,13 +100,6 @@ const EqSelfInspection = (props) => {
routeId: routeId,
});
- } else if (autoReport.Id) {
- dispatch({
- type: 'eqSelfInspection/getPatrolDataById',
- payload: {
- routeId: autoReport.Id,
- },
- });
} else {
getDate();
}