Commit f466b6dd by ethanlamzs

小修改

1 parent bf61db24
......@@ -112,8 +112,7 @@ export default class schoolmgr extends Component{
const {linkman:{linkmanMap}} = this.props;
if(linkmanMap['g_'+groupid]){
return linkmanMap['g_'+groupid].map((item)=>{
return (<TreeNode isLeaf title={item.name} key={item.id} dataRef={item}>
</TreeNode>);
return (<TreeNode isLeaf title={item.name} key={item.id} dataRef={item}/>);
});
}
else
......@@ -247,7 +246,7 @@ export default class schoolmgr extends Component{
contentHeight={46} >
<div>
<Button style={{ marginLeft: 8 }} onClick={this.removelkman}>删除联系人</Button>
<Button style={{ marginLeft: 8 }} onClick={() => this.specopation(1)}>头像强刷</Button>
<Button style={{ marginLeft: 8 }} onClick={() =>this.specopation(1)}>头像强刷</Button>
<Button style={{ marginLeft: 8 }} onClick={() =>this.specopation(2)}>通讯录强刷</Button>
</div>
</ChartCard>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!