From 9c33047c277b99da4b979647f3b1512a43adc86c Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Mon, 3 Aug 2026 15:45:58 +0800 Subject: [PATCH] fix --- jjb.config.js | 4 ++-- .../SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js | 3 ++- .../SafetyEvalBusiness/ProjectFlow/TechnicalReviewContent.js | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/jjb.config.js b/jjb.config.js index b95671a..a347480 100644 --- a/jjb.config.js +++ b/jjb.config.js @@ -12,8 +12,8 @@ module.exports = { // 可通过环境变量覆盖: SAFETY_EVAL_API_HOST=http://192.168.x.x:8095 // API_HOST: "https://gbs-gateway.qhdsafety.com", - API_HOST: "http://192.168.0.134", - //API_HOST: "http://192.168.0.150", //太浅 + // API_HOST: "http://192.168.0.134", + API_HOST: "http://192.168.0.150", //太浅 // API_HOST: "http://192.168.0.152", //API_HOST: "http://192.168.0.103", //huwei }, diff --git a/src/pages/Container/SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js b/src/pages/Container/SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js index 6b24a21..3a98a72 100644 --- a/src/pages/Container/SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js +++ b/src/pages/Container/SafetyEvalBusiness/ProjectFlow/InternalReviewContent.js @@ -57,6 +57,7 @@ const InternalReviewContent = ({ readOnly, ...props }) => { setRows( reviewItems.map((item) => ({ ...item, + reviewConclusion: item.reviewConclusion || "conform_to", _key: item.id || item.reviewDimensionCode, })), ); @@ -141,7 +142,7 @@ const InternalReviewContent = ({ readOnly, ...props }) => { width: 120, render: (val, _, idx) => (