diff --git a/src/components/CustomPages/HM/HM042ShowPrint.js b/src/components/CustomPages/HM/HM042ShowPrint.js index ec027b7..ea07c2b 100644 --- a/src/components/CustomPages/HM/HM042ShowPrint.js +++ b/src/components/CustomPages/HM/HM042ShowPrint.js @@ -112,7 +112,6 @@ class HM042ShowPrint extends React.Component { this.state.isAudit = "inline"; } this.setState({ data: ret }) - this.state.data.Nav_Details = this.removeDuplicateObj(this.state.data.Nav_Details); if (ret.ID) { this.props.dispatch({ type: 'app/getDataByPost', diff --git a/src/components/CustomPages/SE/SE018PaperPage.js b/src/components/CustomPages/SE/SE018PaperPage.js index 4613b96..383d6bc 100644 --- a/src/components/CustomPages/SE/SE018PaperPage.js +++ b/src/components/CustomPages/SE/SE018PaperPage.js @@ -482,7 +482,7 @@ class SE018PaperPage extends React.Component { } { - it.Nav_Test.TYPE !== 0 && + it.Nav_Test.TYPE !== 0 && it.Nav_Test.OPTION_D != "" && it.Nav_Test.OPTION_D != undefined &&