|
|
@ -87,7 +87,9 @@ class Shixuninformation extends Component {
|
|
|
|
this.props.form.setFieldsValue({
|
|
|
|
this.props.form.setFieldsValue({
|
|
|
|
selectscripts: this.props.data && this.props.data.shixun.standard_scripts[0].id
|
|
|
|
selectscripts: this.props.data && this.props.data.shixun.standard_scripts[0].id
|
|
|
|
})
|
|
|
|
})
|
|
|
|
this.get_mirror_script(this.props.data && this.props.data.shixun.standard_scripts[0].id)
|
|
|
|
console.log(this.props);
|
|
|
|
|
|
|
|
// debugger;
|
|
|
|
|
|
|
|
// this.get_mirror_script(this.props.data && this.props.data.shixun.standard_scripts[0].id)
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.props.form.setFieldsValue({
|
|
|
|
this.props.form.setFieldsValue({
|
|
|
|
selectscripts: this.props.data && this.props.data.shixun.choice_standard_scripts
|
|
|
|
selectscripts: this.props.data && this.props.data.shixun.choice_standard_scripts
|
|
|
|