diff --git a/src/components/CustomPages/SE/SE018EditPage.js b/src/components/CustomPages/SE/SE018EditPage.js index ecc576d..ac22122 100644 --- a/src/components/CustomPages/SE/SE018EditPage.js +++ b/src/components/CustomPages/SE/SE018EditPage.js @@ -270,7 +270,7 @@ class SE018EditPage extends React.Component { {data && this.returnModel(data.Nav_Notify.TRAIN_MODEL)} 考核方式 {/* {data && data.Nav_Notify && data.Nav_Notify.Nav_TrainCheckType ? data.Nav_Notify.Nav_TrainCheckType.NAME : null} */} - {data.Nav_Notify.CHECKTYPE && enums.PlanCheckType.enums[data.Nav_Notify.CHECKTYPE]} + {data && data.Nav_Notify && data.Nav_Notify.CHECKTYPE && this.props.app.enums.PlanCheckType.enums[data.Nav_Notify.CHECKTYPE]} 培训内容 diff --git a/src/components/CustomPages/SE/SE018PaperPage.js b/src/components/CustomPages/SE/SE018PaperPage.js index a97a044..a8bbe3b 100644 --- a/src/components/CustomPages/SE/SE018PaperPage.js +++ b/src/components/CustomPages/SE/SE018PaperPage.js @@ -399,7 +399,7 @@ class SE018PaperPage extends React.Component { {notify ? this.returnModel(notify.TRAIN_MODEL) : null} 考核方式 {/* {notify && notify.Nav_TrainCheckType ? notify.Nav_TrainCheckType.NAME : null} */} - {notify && notify.CHECKTYPE && enums.PlanCheckType.enums[notify.CHECKTYPE]} + {notify && notify.CHECKTYPE && this.props.app.enums.PlanCheckType.enums[notify.CHECKTYPE]} 培训内容