Commit dc7b228b by 黑潮

update: fix

parent ed591f39
......@@ -274,7 +274,7 @@ export default {
extendInfo.openChildrenField.forEach(el => {
let item = el.sonFields.find(e => e.unifiedIdentification == 'k20301');
babyArr.push(
item ? item.fieldValue : el.bName,
item && item.fieldValue ? item.fieldValue : el.bName,
)
});
this.extendInfo = Object.assign({}, ret.extendInfo);
......
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