外链任务状态

This commit is contained in:
lpq
2023-02-22 23:49:53 +08:00
parent f1e85d27a5
commit a3618b8bd9
4 changed files with 12 additions and 9 deletions

View File

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