Commit 42fcc9e3 by Sxy

fix: 材料清单 必传值修改

parent 612cbe28
......@@ -111,7 +111,9 @@ const submitMaterials = async (deliverData, materials) => {
// 打包上传 推送
let PartnerPreviewOtherList = [
...otherMaterialsInfo.map(item => {
...otherMaterialsInfo.filter(item => {
return item.file && item.file.url || false
}).map(item => {
return {
url: item.file.url, //文件的oss存储路径 (必填)
name: item.title, // 文件名 (可选, 不需要填扩展名)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment