|
|
|
@ -82,11 +82,12 @@ class DetailCardsEditAndEdit extends Component{
|
|
|
|
|
//打开选择实训弹框初始化tag标签和列表
|
|
|
|
|
changeTag(id,search){
|
|
|
|
|
this.setState({
|
|
|
|
|
ChooseShixunListshixun_list:[],
|
|
|
|
|
page:1,
|
|
|
|
|
hometypepvisible:true
|
|
|
|
|
})
|
|
|
|
|
let pathId=this.props.pathid;
|
|
|
|
|
let {page}=this.state;
|
|
|
|
|
let url='/paths/'+pathId+'/choose_subject_shixun.json?page='+page
|
|
|
|
|
let url='/paths/'+pathId+'/choose_subject_shixun.json?page='+1
|
|
|
|
|
if(search!="" && search!=undefined){
|
|
|
|
|
url+="&search="+search;
|
|
|
|
|
}
|
|
|
|
@ -523,7 +524,7 @@ class DetailCardsEditAndEdit extends Component{
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div className="over180 pl20 pr20"
|
|
|
|
|
{ChooseShixunListshixun_list && ChooseShixunListshixun_list.length===0?"":<div className="over180 pl20 pr20"
|
|
|
|
|
onScroll={this.contentViewScrolledit}
|
|
|
|
|
>
|
|
|
|
|
<Checkbox.Group style={{ width: '100%' }} onChange={this.shixunhomeworkedit}>
|
|
|
|
@ -552,7 +553,7 @@ class DetailCardsEditAndEdit extends Component{
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
</Checkbox.Group>
|
|
|
|
|
</div>
|
|
|
|
|
</div>}
|
|
|
|
|
<div className="mt20 marginauto clearfix edu-txt-center">
|
|
|
|
|
<a className="pop_close task-btn mr30 margin-tp26" onClick={this.cloasShixunBox}>取消</a>
|
|
|
|
|
<a className="task-btn task-btn-orange margin-tp26" id="submit_send_shixun" onClick={this.clickShixunchoose}>确定</a>
|
|
|
|
|