competitions
杨树林 5 years ago
parent f3f0fa1617
commit 358c718f7e

@ -416,6 +416,7 @@ class ShixunStudentWork extends Component {
axios.get(url).then((response) => { axios.get(url).then((response) => {
if(response.status===200){ if(response.status===200){
const dataformat = 'YYYY-MM-DD HH:mm';
let starttime= this.props.getNowFormatDates(1); let starttime= this.props.getNowFormatDates(1);
let endtime=this.props.getNowFormatDates(2); let endtime=this.props.getNowFormatDates(2);
this.setState({ this.setState({

@ -157,6 +157,7 @@ class Workquestionandanswer extends Component {
axios.get(url).then((response) => { axios.get(url).then((response) => {
if (response.status === 200) { if (response.status === 200) {
const dataformat = 'YYYY-MM-DD HH:mm';
let starttime = this.props.getNowFormatDates(1); let starttime = this.props.getNowFormatDates(1);
let endtime = this.props.getNowFormatDates(2); let endtime = this.props.getNowFormatDates(2);
this.setState({ this.setState({

Loading…
Cancel
Save