yangjie #48

Merged
yangqiang merged 10 commits from yangjie into master 2025-02-13 17:28:41 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e0ac4b2223 - Show all commits

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