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