From 15968e643480dd8542669a1aefc0111a265d4701 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Fri, 14 Aug 2026 11:45:31 +0800 Subject: [PATCH] =?UTF-8?q?bug=E8=B0=83=E6=95=B4(=E6=89=93=E5=9B=9E?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/QualApplication/FilingListTable.jsx | 1 - .../Container/SafetyEvalBusiness/ProjectFlow/SurveyContent.js | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/Container/QualApplication/FilingListTable.jsx b/src/pages/Container/QualApplication/FilingListTable.jsx index 15e5f98..e7a1981 100644 --- a/src/pages/Container/QualApplication/FilingListTable.jsx +++ b/src/pages/Container/QualApplication/FilingListTable.jsx @@ -60,7 +60,6 @@ export default function FilingListTable({ width: 100, render: (v) => REVIEW_RESULT_MAP[v] || v || "-", }, - { title: "审核结果说明", dataIndex: "reviewResultRemark", ellipsis: true }, { title: "审核专家", dataIndex: "filingExpertName", width: 120 }, { title: "综合审核意见", dataIndex: "reviewOpinion", ellipsis: true }, ]; diff --git a/src/pages/Container/SafetyEvalBusiness/ProjectFlow/SurveyContent.js b/src/pages/Container/SafetyEvalBusiness/ProjectFlow/SurveyContent.js index 5c591d7..6d9e805 100644 --- a/src/pages/Container/SafetyEvalBusiness/ProjectFlow/SurveyContent.js +++ b/src/pages/Container/SafetyEvalBusiness/ProjectFlow/SurveyContent.js @@ -295,7 +295,7 @@ const SurveyContent = ({ readOnly, ...props }) => { message.warning("文件上传中,请稍后再保存"); return; } - if(!validateSurveyStep()) return; + // if(!validateSurveyStep()) return; const payload = []; for (const s of STAGES.slice(0, 3)) { const fileList = values[s.key] || []; @@ -368,4 +368,4 @@ const SurveyContent = ({ readOnly, ...props }) => { export default Connect( [NS_SAFETY_EVAL_BUSINESS], true, -)(SurveyContent); \ No newline at end of file +)(SurveyContent);