Commit 047833e1 authored by shenshaokai's avatar shenshaokai

fix: 合同新增和修改-补充goodsPic字段

parent 79de67a1
......@@ -718,6 +718,7 @@ const FormList = (props: any) => {
associatedCategory: Object.keys(Row).length === 0 ? '' : item.associatedCategory,
associatedBrand: Object.keys(Row).length === 0 ? '' : item.associatedBrand,
prpIds: sourceType == 4 ? item.prpIds?.toString().split(',') : null,
goodsPic: item.goodsPic || [],
})
})
resolve({
......
......@@ -373,6 +373,7 @@ const FormList = (props: any) => {
associatedBrand: item.associatedBrand ? item.associatedBrand : '',
rowId: index,
prpIds: sourceType == 4 ? item.prpIds?.toString().split(',') : null,
goodsPic: item.goodsPic || [],
})
})
resolve({
......
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