修改参数

This commit is contained in:
yj 2024-08-15 14:29:45 +08:00
parent 69c88ba6d9
commit d7f2e7059b
1 changed files with 2 additions and 2 deletions

View File

@ -936,7 +936,7 @@ const Meeting: React.FC = () => {
size={'small'}
onClick={(event) => {
event.stopPropagation();
GetRoomKickout(state.channelId, item.id)
GetRoomKickout(state.channelId, item.uid)
}}
></Button> : null}
{item.uid !== user.uid && user.roleId === '1' ? <Button
@ -1136,7 +1136,7 @@ const Meeting: React.FC = () => {
style={{ width: '100%' }}
size={'small'}
onClick={() => {
GetRoomKickout(state.channelId, item.id)
GetRoomKickout(state.channelId, item.uid)
}}
></Button>
</div>