|
|
dispatch({ type: 'dataSource/setCurrentGroup', group });
|
|
dispatch({ type: 'dataSource/setCurrentGroup', group });
|
|
|
|
|
+ { arrayToTree(dataSource.groupList, g.code, 'code', 'pcode', 'children').length > 0 && <Icon style={{ marginLeft: '4px', fontSize: '12px' }} type="caret-down" /> }
|