competitions
杨树林 5 years ago
parent 815a4ce509
commit 4ff87e73fd

@ -249,6 +249,17 @@ class Testpapersettinghomepage extends Component{
// DownloadMessageval:undefined
// })
// }
getsetdata =()=>{
let{tab}=this.state;
try {
if(tab[0]===0){
console.log(this.child);
}
}catch (e) {
}
}
bindRef = ref => { this.child = ref };
goback=()=>{
// let {datalist}=this.state;
@ -410,6 +421,7 @@ class Testpapersettinghomepage extends Component{
Exercisetype={"exercise"}
action={this.Commonheadofthetestpaper}
single={true}
getsetdata={()=>this.getsetdata()}
></ImmediatelyPublish>
:"":""}
{isAdmin === true? <Link className="fr color-blue font-16 mt20 mr20" to={`/courses/${this.props.match.params.coursesId}/exercises/${this.props.match.params.Id}/edit`}>编辑试卷</Link>:""}

Loading…
Cancel
Save