|
|
|
@ -510,7 +510,8 @@ class YslDetailCards extends Component{
|
|
|
|
|
pathlisteditlist={pathlistedit}
|
|
|
|
|
stageid={item.stage_id}
|
|
|
|
|
ysldetailcards={"ysldetailcards"}
|
|
|
|
|
pathid={pathid}
|
|
|
|
|
pathid={subject_id}
|
|
|
|
|
coursesId={pathid}
|
|
|
|
|
></DetailCardsEditAndEdit>
|
|
|
|
|
:""
|
|
|
|
|
}
|
|
|
|
@ -525,7 +526,8 @@ class YslDetailCards extends Component{
|
|
|
|
|
<DetailCardsEditAndAdd
|
|
|
|
|
{...this.props}
|
|
|
|
|
sum={stages && stages.length+1}
|
|
|
|
|
pathid={this.props.subject_id}
|
|
|
|
|
pathid={subject_id}
|
|
|
|
|
coursesId={pathid}
|
|
|
|
|
detailInfoList={this.props.detailInfoList}
|
|
|
|
|
getPathCardsLists={this.updatapathCardsedit}
|
|
|
|
|
editeditbuttomtypes={this.editeditbuttomtypecanle}
|
|
|
|
@ -539,4 +541,4 @@ class YslDetailCards extends Component{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
export default YslDetailCards;
|
|
|
|
|
// detailInfoList以前实训课堂做权限判断的作用
|
|
|
|
|
// detailInfoList以前实训课堂做权限判断的作用 this.props.subject_id
|