issues25489
杨树明 5 years ago
parent 9ad16656e1
commit acbe113859

@ -1002,15 +1002,14 @@ class Fileslists extends Component{
} }
> >
{this.props.isAdmin()||this.props.isStudent() ? <Pagination {this.props.isAdmin()||this.props.isStudent() ? files&&files.length>0?<Pagination
showQuickJumper showQuickJumper
defaultCurrent={1} defaultCurrent={1}
pageSize={15} pageSize={15}
total={total_count} total={total_count}
current={page} current={page}
onChange={this.PaginationTask} onChange={this.PaginationTask}
/>:""} />:"":""}
</div> </div>
{ {

Loading…
Cancel
Save