调整题库跳转

competitions
杨树林 5 years ago
parent d33014e9d5
commit f3f0fa1617

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

Loading…
Cancel
Save