소스 검색

修复进入系统自检时没有请求最新的数据

xujunjie 1 년 전
부모
커밋
84881ce8c9
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,
         },
       });
-    } else if (autoReport.Id) {
-      dispatch({
-        type: 'eqSelfInspection/getPatrolDataById',
-        payload: {
-          routeId: autoReport.Id,
-        },
-      });
     } else {
       getDate();
     }