fix:去除debugger

This commit is contained in:
wyx
2023-02-26 17:15:10 +08:00
parent ff8798de54
commit 4a36865db6
6 changed files with 3 additions and 7 deletions

View File

@@ -780,7 +780,7 @@ const submitAuth = () => {
};
function handleStageOk() {
debugger
// debugger
// 判断添加人数是否已超过限制人数 限制 = 本次添加的人 + 原有的人
if (props.type === 1) {
if (props.groupMemberCount !== null) { // 只有添加组员的时候判断