限制组员人数

This commit is contained in:
lpq
2023-02-18 00:01:54 +08:00
parent 5adf16c199
commit b5494fef33
2 changed files with 0 additions and 2 deletions

View File

@@ -897,7 +897,6 @@ const submitAuth = () => {
};
function handleStageOk() {
debugger
// 判断添加人数是否已超过限制人数
if (props.groupMemberCount < selectsData.value.projectMemberList.length + props.groupMemberNumber) {
return message.warning("添加小组学员超过最大值");