|
|
|
@ -242,7 +242,7 @@ class ShixunPathSearch extends Component {
|
|
|
|
|
sortList && sortList.map((item, key) => {
|
|
|
|
|
return (
|
|
|
|
|
<li className={discipline_id == `${item.id}` ? "active" : ""} onClick={(e) => this.changeSelect(e, `${item.id}`, item.sub_disciplines.length)} key={key}>
|
|
|
|
|
<Dropdown disabled={item.sub_disciplines.length === 0} overlay={() => this.getmenu(item.sub_disciplines, item)} placement="bottomLeft">
|
|
|
|
|
<Dropdown overlayStyle={{width:600}} disabled={item.sub_disciplines.length === 0} overlay={() => this.getmenu(item.sub_disciplines, item)} placement="bottomLeft">
|
|
|
|
|
<a value={item.id}>{item.name}</a>
|
|
|
|
|
</Dropdown>
|
|
|
|
|
</li>
|
|
|
|
|