Parcourir la source

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

xujunjie il y a 1 an
Parent
commit
84881ce8c9
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  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();
     }