60d4c4d5 by lihua

产品上架带出资源描述

1 parent f284ad8f
...@@ -1227,7 +1227,7 @@ const selectChange = async (val, row, info) => { ...@@ -1227,7 +1227,7 @@ const selectChange = async (val, row, info) => {
1227 const data = row.options.filter(o => o.damName == val); 1227 const data = row.options.filter(o => o.damName == val);
1228 const dataInfo = data.length ? data[0] : {}; 1228 const dataInfo = data.length ? data[0] : {};
1229 let coverageArea = (data.length && data[0].coverageArea) ? data[0].coverageArea : []; 1229 let coverageArea = (data.length && data[0].coverageArea) ? data[0].coverageArea : [];
1230 await setFormItems({ ...info, ...dataInfo, coverageArea: coverageArea }); 1230 await setFormItems({ ...info, ...dataInfo, coverageArea: coverageArea, content: dataInfo.propertyDescription || dataInfo.sceneDescription || info.content });
1231 // formInfo.value.items.forEach((item: any) => { 1231 // formInfo.value.items.forEach((item: any) => {
1232 // if (item.field == 'costAssessmentFileInfo') { 1232 // if (item.field == 'costAssessmentFileInfo') {
1233 // item.default = data?.[0]?.assessmentFile || []; 1233 // 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!