Commit 0ab38724 by caoyanzhi

update: 展示宝宝名称

parent 071e6755
......@@ -119,6 +119,7 @@ export default {
shoeSize: '',
};
el.sonFields.map(field => (el.form[filterObj[field.fieldName]] = field.fieldValue));
el.form.name = el.bName;
return el;
});
this.fieldsList = JSON.parse(JSON.stringify(fieldList));
......
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