去掉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里
const getTableDataList = (tableData) => {
debugger
let data = tableData;
let array = [];
data.map((value) => {

View File

@@ -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,