产品上架带出资源描述
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -1252,7 +1252,7 @@ const selectChange = async (val, row, info) => { | ... | @@ -1252,7 +1252,7 @@ const selectChange = async (val, row, info) => { |
| 1252 | const dataInfo = data.length ? data[0] : {}; | 1252 | const dataInfo = data.length ? data[0] : {}; |
| 1253 | currProductInfo.value = dataInfo; | 1253 | currProductInfo.value = dataInfo; |
| 1254 | let coverageArea = (data.length && data[0].coverageArea) ? data[0].coverageArea : []; | 1254 | let coverageArea = (data.length && data[0].coverageArea) ? data[0].coverageArea : []; |
| 1255 | await setFormItems({ ...info, ...dataInfo, coverageArea: coverageArea }); | 1255 | await setFormItems({ ...info, ...dataInfo, coverageArea: coverageArea, content: dataInfo.propertyDescription || dataInfo.sceneDescription || info.content }); |
| 1256 | // formInfo.value.items.forEach((item: any) => { | 1256 | // formInfo.value.items.forEach((item: any) => { |
| 1257 | // if (item.field == 'costAssessmentFileInfo') { | 1257 | // if (item.field == 'costAssessmentFileInfo') { |
| 1258 | // item.default = data?.[0]?.assessmentFile || []; | 1258 | // item.default = data?.[0]?.assessmentFile || []; | ... | ... |
-
Please register or sign in to post a comment