|
|
|
@ -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({
|
|
|
|
|