import React,{ Component } from "react"; import { Modal,Checkbox,Select,Input} from "antd"; import axios from'axios'; import Modals from '../../modals/Modals'; const Option = Select.Option; const Search = Input.Search; function formatDate(date) { var dateee = new Date(date).toJSON(); return new Date(+new Date(dateee) + 8 * 3600 * 1000).toISOString().replace(/T/g, ' ').replace(/\.[\d]{3}Z/, '') } class Showoldfiles extends Component{ constructor(props){ super(props); this.state={ Searchvalue:undefined, type:'all', category_id:0, page:1, Resourcelist:undefined, getallfiles:false, searchtype:'getallfiles' } } componentDidMount() { } componentDidUpdate = (prevProps) => { if ( prevProps.visible != this.props.visible ) { } } cloasshanchudiao=()=>{ this.props.closaoldfilesprops() } showfiless=(url)=>{ this.props.ShowOnlinePdf(url) } render(){ let {visible,allfiles}=this.props; return(