dev_forum
杨树明 5 years ago
parent afecc4d5b4
commit aefe7a8fa2

@ -290,11 +290,13 @@ class CoursesNew extends Component {
search:value search:value
}).then((result)=>{ }).then((result)=>{
// console.log(result.data) // console.log(result.data)
if (response.data.message===undefined) {
this.setState({ this.setState({
searchlist:result.data.course_lists, searchlist: result.data.course_lists,
// course:value, // course:value,
fetching:false fetching: false
}) })
}
// this.props.form.setFieldsValue({ // this.props.form.setFieldsValue({
// course:value // course:value
// }) // })
@ -343,13 +345,15 @@ class CoursesNew extends Component {
search: value search: value
} }
}).then((result)=>{ }).then((result)=>{
if (response.data.message===undefined) {
this.setState({ this.setState({
searchlistscholl:result.data.school_names, searchlistscholl: result.data.school_names,
scholl:value scholl: value
}) })
this.props.form.setFieldsValue({ this.props.form.setFieldsValue({
scholl:value scholl: value
}) })
}
}).catch((error)=>{ }).catch((error)=>{
console.log(error) console.log(error)
}) })

@ -534,10 +534,10 @@ submittojoinclass=(value)=>{
<div className="newHeader" id="nHeader" > <div className="newHeader" id="nHeader" >
{/*<LoginDialog*/} <LoginDialog
{/*{...this.state}*/} {...this.state}
{/*{...this.props}*/} {...this.props}
{/*/>*/} />
<div className="educontent clearfix"> <div className="educontent clearfix">
{/*<%= link_to image_tag("/images/educoder/logo.png", alt:"高校智能化教学与实训平台", className:"logoimg"), home_path %>*/} {/*<%= link_to image_tag("/images/educoder/logo.png", alt:"高校智能化教学与实训平台", className:"logoimg"), home_path %>*/}

Loading…
Cancel
Save