From b0b449a67cb5c9ecc328db6096010008a7eddf8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Mon, 5 Jan 2026 15:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SK/SK002ShowSummary.js | 15 ++++++++------- src/components/CustomPages/SK/SK004ShowSummary.js | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/CustomPages/SK/SK002ShowSummary.js b/src/components/CustomPages/SK/SK002ShowSummary.js index 8270944..becac23 100644 --- a/src/components/CustomPages/SK/SK002ShowSummary.js +++ b/src/components/CustomPages/SK/SK002ShowSummary.js @@ -31,9 +31,10 @@ class SK002ShowSummary extends React.Component { let json = initFilter(this.props.login.OrgId, "", "", 1, 1); json.Parameter22 = this.props.data.ORG_ID_HV; extendInclude(json, 'Nav_Type'); - extendInclude(json, 'Nav_Area'); + // extendInclude(json, 'Nav_Area'); extendInclude(json, 'Nav_Details'); extendInclude(json, 'Nav_RiskName'); + extendInclude(json, 'Nav_ProductionUnit'); extendInclude(json, 'Nav_Details.Nav_DetailContents.Nav_Contents'); extendInclude(json, 'Nav_Details.Nav_DetailContents.Nav_DetailBasics.Nav_Law'); extendInclude(json, 'Nav_Details.Nav_DetailContents.Nav_DetailHiddens.Nav_Question'); @@ -82,7 +83,7 @@ class SK002ShowSummary extends React.Component {