60d4c4d5 by lihua

产品上架带出资源描述

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