|
|
|
@ -169,12 +169,17 @@ class Testpapersettinghomepage extends Component{
|
|
|
|
|
Loadtype:false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
DownloadType=()=>{
|
|
|
|
|
this.setState({
|
|
|
|
|
DownloadType:false,
|
|
|
|
|
DownloadMessageval:undefined
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
Downloadcal=()=>{
|
|
|
|
|
this.setState({
|
|
|
|
|
DownloadType:false,
|
|
|
|
|
DownloadMessageval:undefined
|
|
|
|
|
})
|
|
|
|
|
this.setState({
|
|
|
|
|
DownloadType:false,
|
|
|
|
|
DownloadMessageval:undefined
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
render(){
|
|
|
|
|
let {tab,visible,Commonheadofthetestpaper}=this.state;
|
|
|
|
@ -187,7 +192,7 @@ class Testpapersettinghomepage extends Component{
|
|
|
|
|
{...this.props}
|
|
|
|
|
value={this.state.DownloadMessageval}
|
|
|
|
|
modalCancel={this.Downloadcal}
|
|
|
|
|
modalsType={this.state.DownloadType}
|
|
|
|
|
modalsType={this.DownloadType}
|
|
|
|
|
/>
|
|
|
|
|
<div className={"educontent mb20"} style={{width:"1200px"}}>
|
|
|
|
|
{/* 公用的提示弹框 */}
|
|
|
|
|