去掉debugger

This commit is contained in:
lpq
2023-02-23 21:30:00 +08:00
parent edf1abdd31
commit 7c765d54ad
3 changed files with 0 additions and 4 deletions

View File

@@ -382,7 +382,6 @@ const getStu = () => {
pid: props.id,
type: props.type
};
debugger
projectListTotal.value = -1;
console.log("获取项目学员", obj);
getStuPage(obj).then((res) => {