yangjie #48
|
|
@ -1200,7 +1200,7 @@ const Meeting: React.FC = () => {
|
||||||
} else {
|
} else {
|
||||||
item.status--
|
item.status--
|
||||||
if (item.status <= 0) {
|
if (item.status <= 0) {
|
||||||
message.error(`用户${user.userName}设置管理员失败!`)
|
message.error(`设置${user.userName}发言人失败!`)
|
||||||
newApplyUserList.splice(index, 1)
|
newApplyUserList.splice(index, 1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue