|
|
@ -1311,7 +1311,7 @@ class Trainingjobsetting extends Component {
|
|
|
|
// console.log(handleDateString(dateString));
|
|
|
|
// console.log(handleDateString(dateString));
|
|
|
|
// this.onChangedata('publish_time', value, dateString);
|
|
|
|
// this.onChangedata('publish_time', value, dateString);
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
publish_time:moment(handleDateString(dateString))
|
|
|
|
publish_time:moment(moment(handleDateString(dateString))).format("YYYY-MM-DD HH:mm"),
|
|
|
|
})
|
|
|
|
})
|
|
|
|
if(this.state.allowreplenishment === true) {
|
|
|
|
if(this.state.allowreplenishment === true) {
|
|
|
|
|
|
|
|
|
|
|
|