This commit is contained in:
parent
fbb12a91da
commit
064aa893c5
|
|
@ -1007,7 +1007,7 @@ const Meeting: React.FC = () => {
|
|||
style={{ marginBottom: '10px', width: '80%' }}
|
||||
size={'small'}
|
||||
onClick={() => {
|
||||
PostRoomManager(state.roomId, state.roomNum).then(res => {
|
||||
PostRoomManager(state.roomId, state.channelId).then(res => {
|
||||
if (res.code === 200) {
|
||||
onInvoke('sendOper', {
|
||||
roomNum: state.channelId,
|
||||
|
|
@ -1022,7 +1022,7 @@ const Meeting: React.FC = () => {
|
|||
style={{ marginBottom: '10px', width: '80%' }}
|
||||
size={'small'}
|
||||
onClick={() => {
|
||||
DeleteRoomManager(state.roomId, state.roomNum).then(res => {
|
||||
DeleteRoomManager(state.roomId, state.channelId).then(res => {
|
||||
if (res.code === 200) {
|
||||
onInvoke('sendOper', {
|
||||
roomNum: state.channelId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue