9a429b63 by lihua

产品上架带出资源描述

1 parent d214e730
...@@ -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 || [];
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!