ae4f2308 by lihua

产品上架重新提交价值评估报告传参错误

1 parent d44e3a1f
......@@ -935,7 +935,7 @@ const submitForm = (btn, formEl, tosub = false) => {
url: params.commitmentLetterInfo[0].url,
name: params.commitmentLetterInfo[0].name
}] : [];
params.costAssessmentFile = params.costAssessmentFileInfo.length ? [{
params.assessmentFile = params.costAssessmentFileInfo.length ? [{
url: params.costAssessmentFileInfo[0].url,
name: params.costAssessmentFileInfo[0].name
}] : [];
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!