去掉debugger

This commit is contained in:
lpq
2023-02-28 23:33:26 +08:00
parent fd19d93ef0
commit 92b4284ae9
2 changed files with 0 additions and 4 deletions

View File

@@ -358,7 +358,6 @@ export default {
}; };
//把数据放到state里 //把数据放到state里
const getTableDataList = (tableData) => { const getTableDataList = (tableData) => {
debugger
let data = tableData; let data = tableData;
let array = []; let array = [];
data.map((value) => { data.map((value) => {

View File

@@ -393,7 +393,6 @@ const getStu = () => {
type: props.type type: props.type
}; };
projectListTotal.value = -1; projectListTotal.value = -1;
debugger
console.log("获取项目学员", obj); console.log("获取项目学员", obj);
getStuPage(obj).then((res) => { getStuPage(obj).then((res) => {
console.log("获取项目学员", res); console.log("获取项目学员", res);
@@ -794,7 +793,6 @@ function handleDialogOk() {
} }
function handleStageOk() { function handleStageOk() {
debugger
// 判断添加人数是否已超过限制人数 限制 = 本次添加的人 + 原有的人 // 判断添加人数是否已超过限制人数 限制 = 本次添加的人 + 原有的人
if (props.type === 1) { if (props.type === 1) {
if (props.groupMemberCount !== null) { // 只有添加组员的时候判断 if (props.groupMemberCount !== null) { // 只有添加组员的时候判断
@@ -833,7 +831,6 @@ function handleStageOk() {
visiable.value = false; visiable.value = false;
emit("finash", false); emit("finash", false);
nameSearch.value.keyword = ""; nameSearch.value.keyword = "";
debugger
saveStu({ saveStu({
targetId: props.id, targetId: props.id,
type: props.type, type: props.type,