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

@@ -855,7 +855,6 @@ export default {
// 导出数据
function exportTaskStu() {
debugger
{/* debugger */ }
console.log("props.datasource此处的taskId 应该是router_task 表中主键", props.datasource);
console.log("props.datasource", props.datasource);

View File

@@ -183,7 +183,7 @@ export default {
};
//获取作业详情
const getWorkDetail = () => {
debugger
// debugger
console.log("props.workId, props.stuId", props.workId, props.stuId);
getWorkSubmitInfo(props.workId, props.stuId)
.then((res) => {

View File

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

View File

@@ -580,7 +580,7 @@ function exportTaskStuRouter() {
}
onMounted(() => {
debugger
// debugger
console.log("props.activeKey1" + props.activeKey1)
getStuList();
});

View File

@@ -3436,7 +3436,6 @@ export default defineComponent({
]);
// 删除文件返回参数
const changevalue = (e) => {
debugger
let arr = state.attach.split(",");
let newarr = [];
for (let i = 0; i < arr.length; i++) {
@@ -4434,7 +4433,6 @@ export default defineComponent({
state.lookCourseModal = false;
};
const handleLook = async (itm, type) => {
debugger
if (type === "1") {
return;
}

View File

@@ -3939,7 +3939,6 @@ export default {
};
//创建小组
const createGroup = async () => {
debugger
console.log("state.groupPageList" + state.groupPageList);
const id = state.groupInfo.id;
const d = state.groupPageList