mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
fix:去除debugger
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
@@ -780,7 +780,7 @@ const submitAuth = () => {
|
||||
};
|
||||
|
||||
function handleStageOk() {
|
||||
debugger
|
||||
// debugger
|
||||
// 判断添加人数是否已超过限制人数 限制 = 本次添加的人 + 原有的人
|
||||
if (props.type === 1) {
|
||||
if (props.groupMemberCount !== null) { // 只有添加组员的时候判断
|
||||
|
||||
@@ -580,7 +580,7 @@ function exportTaskStuRouter() {
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
debugger
|
||||
// debugger
|
||||
console.log("props.activeKey1" + props.activeKey1)
|
||||
getStuList();
|
||||
});
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user