Commit d3b1742c authored by 武广's avatar 武广

fix: 修改业务模式报错问题

parent bd968b1f
...@@ -215,7 +215,8 @@ export default () => { ...@@ -215,7 +215,8 @@ export default () => {
dataIndex: 'productBusiness', dataIndex: 'productBusiness',
width: 120, width: 120,
align: 'center', align: 'center',
render: v => ( render: v =>
v && (
<div> <div>
{v.map(it => ( {v.map(it => (
<span>{businessList.find(item => +it === +item.value).label}&nbsp;</span> <span>{businessList.find(item => +it === +item.value).label}&nbsp;</span>
......
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