Merge branch 'dev-tmp1' of http://47.92.113.182:3000/cq_anquan/safety-eval-service-frontend into dev-tmp1
commit
a1ce3edda0
|
|
@ -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 },
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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] || [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue