@ -169,11 +169,12 @@ class Goldsubject extends Component {
// console.log(user_school);
this.props.form.setFieldsValue({
school:user_school,
starttime:moment().format(dateFormat),
starttime:moment(new Date(),dateFormat),
});
this.setState({
Whethertocreateanewclassroom:true,
datatimetwo: moment(new Date(),dateFormat),
this.handleSearchschool(user_school);
}