瀏覽代碼

Merge branch 'develop' of http://120.55.44.4:10080/xujunjie/gt_client_pad into develop

Renxy 1 年之前
父節點
當前提交
e8d1205446
共有 2 個文件被更改,包括 1 次插入8 次删除
  1. 1 1
      src/pages/EqSelfInspection/components/Detail.js
  2. 0 7
      src/pages/EqSelfInspection/index.js

+ 1 - 1
src/pages/EqSelfInspection/components/Detail.js

@@ -993,7 +993,7 @@ function ReportDumCom(props) {
           }}
           backdrop="rgba(255,255,255,0.5)"
           style={{ height: '90px' }}
-          src={item.url}
+          src={item.path}
         />
       ),
     },

+ 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();
     }