|
|
|
@ -91,7 +91,7 @@ class PathModal extends Component{
|
|
|
|
|
this.setState({
|
|
|
|
|
type:types,
|
|
|
|
|
page:1,
|
|
|
|
|
newshixunmodallist:[]
|
|
|
|
|
newshixunmodallist:undefined
|
|
|
|
|
})
|
|
|
|
|
this.funshixunpathlist(Searchvalue,types,true,1)
|
|
|
|
|
}
|
|
|
|
@ -105,7 +105,7 @@ class PathModal extends Component{
|
|
|
|
|
SenttotheSearch=(value)=>{
|
|
|
|
|
this.setState({
|
|
|
|
|
page:1,
|
|
|
|
|
newshixunmodallist:[]
|
|
|
|
|
newshixunmodallist:undefined
|
|
|
|
|
})
|
|
|
|
|
let{type}=this.state;
|
|
|
|
|
this.funshixunpathlist(value,type,true,1)
|
|
|
|
@ -267,12 +267,19 @@ class PathModal extends Component{
|
|
|
|
|
margin-top:0px !important;
|
|
|
|
|
height: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
`}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
{ newshixunmodallist&&newshixunmodallist.length===0?"":<div className="over210 pl20 pr20"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ newshixunmodallist === undefined ? <div className="over210 pl20 pr20" style={{height:"204px"}}></div>:newshixunmodallist&&newshixunmodallist.length===0?<div className="alltask edu-back-white">
|
|
|
|
|
<div className="edu-tab-con-box clearfix edu-txt-center">
|
|
|
|
|
<img className="edu-nodata-img mb20" src="/images/educoder/nodata.png" />
|
|
|
|
|
<p className="edu-nodata-p mb20">暂时还没有相关数据哦!</p></div>
|
|
|
|
|
</div>:<div className="over210 pl20 pr20"
|
|
|
|
|
onScroll={this.contentViewScrolledit}
|
|
|
|
|
style={{"Height":"204px"}}>
|
|
|
|
|
style={{height:"204px"}}>
|
|
|
|
|
<Checkbox.Group style={{ width: '100%' }} onChange={this.shixunhomeworkedit}>
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|