Commit 4daf20a2 by zhangleyuan

feat:处理员工删除

parent 6793c3ab
......@@ -73,7 +73,7 @@ export default class SetEmployeeModal extends React.Component {
<Tooltip title={item.name}>
<span className='name'>
{/* {item.userName} */}
<WWOpenDataCom type="userName" openid={tem.userName}/>
<WWOpenDataCom type="userName" openid={item.userName}/>
</span>
</Tooltip>
<span className="tag">{tagMap[item.roleCode]}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment