|
|
|
@ -81,6 +81,7 @@ class DetailCardsEditAndEdit extends Component{
|
|
|
|
|
|
|
|
|
|
//打开选择实训弹框初始化tag标签和列表
|
|
|
|
|
changeTag(id,search){
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
ChooseShixunListshixun_list:[],
|
|
|
|
|
page:1,
|
|
|
|
@ -481,7 +482,7 @@ class DetailCardsEditAndEdit extends Component{
|
|
|
|
|
<Spin spinning={hometypepvisible} size="large" style={{marginTop:'15%'}}>
|
|
|
|
|
<div className="newupload_conbox">
|
|
|
|
|
<div className="clearfix mb20 shixun_work_div newshixun_tab_div cdefault" style={{"marginRight":"4px"}} id="shixun_tab_div">
|
|
|
|
|
<li className="fl mr5 mt5"> <a onClick={()=>this.changeTag(0,`${search}`)} className={ type===0 ? "active edu-filter-cir-grey font-12":"edu-filter-cir-grey font-12"}>全部</a></li>
|
|
|
|
|
<li className="fl mr5 mt5"> <a onClick={()=>this.changeTag(0,`${search}`)} className={ parseInt(type)===0 ? "active edu-filter-cir-grey font-12":"edu-filter-cir-grey font-12"}>全部</a></li>
|
|
|
|
|
{
|
|
|
|
|
ChooseShixunList && ChooseShixunList.tags.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|