|
|
@ -12,7 +12,6 @@ class GtopicBanksEdit extends Component{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
componentDidMount = () =>{
|
|
|
|
componentDidMount = () =>{
|
|
|
|
let bankId = this.props.match.params.bankId;
|
|
|
|
let bankId = this.props.match.params.bankId;
|
|
|
|
|
|
|
|
|
|
|
|
this.initData(bankId);
|
|
|
|
this.initData(bankId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -28,7 +27,7 @@ class GtopicBanksEdit extends Component{
|
|
|
|
{content:'编辑'}
|
|
|
|
{content:'编辑'}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.props.initPublic(crumbData);
|
|
|
|
this.props.initPublic(crumbData,result.data);
|
|
|
|
|
|
|
|
|
|
|
|
this.GraduateTopicNewFromRef.initValue(result);
|
|
|
|
this.GraduateTopicNewFromRef.initValue(result);
|
|
|
|
}
|
|
|
|
}
|
|
|
|