bug调整(打回原因)
parent
5b82e5e26a
commit
15968e6434
|
|
@ -60,7 +60,6 @@ export default function FilingListTable({
|
||||||
width: 100,
|
width: 100,
|
||||||
render: (v) => REVIEW_RESULT_MAP[v] || v || "-",
|
render: (v) => REVIEW_RESULT_MAP[v] || v || "-",
|
||||||
},
|
},
|
||||||
{ title: "审核结果说明", dataIndex: "reviewResultRemark", ellipsis: true },
|
|
||||||
{ title: "审核专家", dataIndex: "filingExpertName", width: 120 },
|
{ title: "审核专家", dataIndex: "filingExpertName", width: 120 },
|
||||||
{ title: "综合审核意见", dataIndex: "reviewOpinion", ellipsis: true },
|
{ title: "综合审核意见", dataIndex: "reviewOpinion", ellipsis: true },
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -295,7 +295,7 @@ const SurveyContent = ({ readOnly, ...props }) => {
|
||||||
message.warning("文件上传中,请稍后再保存");
|
message.warning("文件上传中,请稍后再保存");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(!validateSurveyStep()) return;
|
// if(!validateSurveyStep()) return;
|
||||||
const payload = [];
|
const payload = [];
|
||||||
for (const s of STAGES.slice(0, 3)) {
|
for (const s of STAGES.slice(0, 3)) {
|
||||||
const fileList = values[s.key] || [];
|
const fileList = values[s.key] || [];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue