Browse Source

Merge branch 'develop'

xujunjie 1 year ago
parent
commit
597d89f199
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/pages/EqSelfInspection/index.js

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

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