xujunjie 1 год назад
Родитель
Сommit
597d89f199
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      src/pages/EqSelfInspection/index.js

+ 0 - 7
src/pages/EqSelfInspection/index.js

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