tangjie 2026-08-14 13:42:34 +08:00
commit a1ce3edda0
2 changed files with 2 additions and 3 deletions

View File

@ -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 },
];

View File

@ -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] || [];