mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 08:16:46 +08:00
去掉debugger
This commit is contained in:
@@ -393,7 +393,6 @@ const getStu = () => {
|
||||
type: props.type
|
||||
};
|
||||
projectListTotal.value = -1;
|
||||
debugger
|
||||
console.log("获取项目学员", obj);
|
||||
getStuPage(obj).then((res) => {
|
||||
console.log("获取项目学员", res);
|
||||
@@ -794,7 +793,6 @@ function handleDialogOk() {
|
||||
}
|
||||
|
||||
function handleStageOk() {
|
||||
debugger
|
||||
// 判断添加人数是否已超过限制人数 限制 = 本次添加的人 + 原有的人
|
||||
if (props.type === 1) {
|
||||
if (props.groupMemberCount !== null) { // 只有添加组员的时候判断
|
||||
@@ -833,7 +831,6 @@ function handleStageOk() {
|
||||
visiable.value = false;
|
||||
emit("finash", false);
|
||||
nameSearch.value.keyword = "";
|
||||
debugger
|
||||
saveStu({
|
||||
targetId: props.id,
|
||||
type: props.type,
|
||||
|
||||
Reference in New Issue
Block a user