c6a967a9 by lihua

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

1 parent 4f26e8af
......@@ -933,7 +933,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!