This commit is contained in:
parent
12bc3bf641
commit
441eb92271
|
|
@ -384,7 +384,18 @@ const Meeting: React.FC = () => {
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
className='m-ant-btn'
|
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>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue