competitions
杨树林 5 years ago
parent c03a172542
commit 083ed87e1d

@ -95,6 +95,8 @@ class SendTopics extends Component{
}catch (e) {
}
if(this.props.mysendall===true){
//详情页面跳过来的
try {
var rurls="";
if(this.state.yslbanksMenu.category==="normal"){
@ -114,6 +116,10 @@ class SendTopics extends Component{
}catch (e) {
}
}else{
//外部多个列表页跳过来的
}
}else{
this.props.showNotification(result.data.message)

@ -361,6 +361,7 @@ class InfosTopics extends Component{
<SendTopics
{...this.state}
{...this.props}
mysendall={false}
visible={visible}
updataslist={()=>this.updataslist()}
topicscancelmodel={()=>this.topicscancelmodel()}

@ -151,6 +151,7 @@ class BanksMenu extends Component{
<SendTopics
{...this.state}
{...this.props}
mysendall={true}
visible={visible}
category={banksMenu&&banksMenu.category}
checkBoxValues={[banksMenu&&banksMenu.id]}

Loading…
Cancel
Save