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);