custom/领悦业务线

This commit is contained in:
lys 2025-01-22 14:04:56 +08:00
parent 0c7ce42341
commit a81408f7ee
1 changed files with 7 additions and 0 deletions

View File

@ -136,6 +136,13 @@ class Index extends Component {
bh: o.fzhsKs.bh,
fzhslxbh: o.fzhsKs.fzhslxbh
},
fzhsYxzh: !o.fzhsYxzh ? {} : _.isString(o.fzhsYxzh) ? {
bh: o.fzhsYxzhObj[0].bh,
fzhslxbh: o.fzhsYxzhObj[0].fzhslxbh
} : {
bh: o.fzhsYxzh.bh,
fzhslxbh: o.fzhsYxzh.fzhslxbh
},
fzhsOtherBmList: !o.fzhsOther ? [] : _.isString(o.fzhsOther) ? _.map(o.fzhsOtherObj, k => ({
bh: k.bh, fzhslxbh: k.fzhslxbh
})) : _.map(o.fzhsOther, o => (o.bh))