修改提示

This commit is contained in:
yj 2025-02-12 16:20:51 +08:00
parent 05c4cfdd95
commit e0ac4b2223
1 changed files with 1 additions and 1 deletions

View File

@ -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)
} }
} }