fbae0b53 by lihua

解决价值评估未传参

1 parent b039da99
......@@ -786,6 +786,15 @@ const dialogBtnClick = (btn, info) => {
}
}) || [],
evaluationAgencyGuid: info.evaluationAgencyGuid,
assessmentMoney: info.assessmentMoney,
assessmentDate: info.assessmentDate,
assessmentNote: info.assessmentNote,
assessmentFile: info.assessmentFile.map(file => {
return {
name: file.name,
url: file.url
}
}) || []
}
} else {
//未通过质量评估发起资产申请
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!