@ -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{
}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{
mysendall={true}
category={banksMenu&&banksMenu.category}
checkBoxValues={[banksMenu&&banksMenu.id]}