custom/领悦业务线
This commit is contained in:
parent
0c7ce42341
commit
a81408f7ee
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue