diff --git a/src/pages/Container/BranchCompany/Inspection/Records/List/index.js b/src/pages/Container/BranchCompany/Inspection/Records/List/index.js index ea71b37..398ad6e 100644 --- a/src/pages/Container/BranchCompany/Inspection/Records/List/index.js +++ b/src/pages/Container/BranchCompany/Inspection/Records/List/index.js @@ -153,7 +153,7 @@ function List(props) { onClick={async () => { const exportParams = getUrlCriteriaQuery("searchFormKeys", "searchFormValues"); - await downloadBlob("/accident/accident/export", { params: { ...exportParams, eqType: props.type } }); + await downloadBlob("/accident/accident/export", { params: { ...exportParams, eqType: props?.type } }); }} > 导出 diff --git a/src/pages/Container/BranchCompany/Plan/Management/PlanExecutionDetails/index.js b/src/pages/Container/BranchCompany/Plan/Management/PlanExecutionDetails/index.js index 64bddbf..a97cd46 100644 --- a/src/pages/Container/BranchCompany/Plan/Management/PlanExecutionDetails/index.js +++ b/src/pages/Container/BranchCompany/Plan/Management/PlanExecutionDetails/index.js @@ -17,7 +17,7 @@ function PlanExecutionDetails(props) { }); return ( - + 计划信息 计划执行详情