This commit is contained in:
parent
12bc3bf641
commit
441eb92271
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue