This commit is contained in:
yj 2024-08-22 14:27:26 +08:00
parent 12bc3bf641
commit 441eb92271
1 changed files with 12 additions and 1 deletions

View File

@ -384,7 +384,18 @@ const Meeting: React.FC = () => {
<Button
type="primary"
className='m-ant-btn'
onClick={() => { }}
onClick={() => {
// DeleteRoomManager({
// roomId: state.roomId,
// roomNum: state.channelId,
// userId: item.uid
// })
PostRoomManager({
roomId: state.roomId,
roomNum: state.channelId,
userId: item.uid
})
}}
></Button>
<Button
type="primary"