diff --git a/src/components/drawers/ExportScore.vue b/src/components/drawers/ExportScore.vue
index f0b8ef14..dca1f0f7 100644
--- a/src/components/drawers/ExportScore.vue
+++ b/src/components/drawers/ExportScore.vue
@@ -362,7 +362,6 @@ export default {
}
};
function downTemplate() {
- debugger
window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportHomeWorkTemplate?taskId=${props.id || ''}&type=${props.type || ''}&pid=${props.pid || ''}&thirdType=3`);
}
diff --git a/src/components/drawers/router/RouterEvaluationManage.vue b/src/components/drawers/router/RouterEvaluationManage.vue
index 4c1747db..d1bb41d2 100644
--- a/src/components/drawers/router/RouterEvaluationManage.vue
+++ b/src/components/drawers/router/RouterEvaluationManage.vue
@@ -22,7 +22,7 @@
+ >
起止时间:{{ datasource.startTime }} ~ {{ datasource.endTime }}
@@ -348,8 +348,8 @@ export default {
currentStageId: props.datasource.chapterId,
type: 2,
pid: props.datasource.routerId,
- taskId: props.datasource.routerTaskId,
- taskType: props.datasource.type,
+ taskId: props.datasource.routerTaskId,
+ taskType: props.datasource.type,
status: state.projectName,
studentName: state.name,
});
@@ -360,7 +360,7 @@ export default {
currentStageId: props.datasource.chapterId,
type: 2,
pid: props.datasource.routerId,
- taskId: props.datasource.routerTaskId,
+ taskId: props.datasource.id,
taskType: props.datasource.type,
status: state.projectName,
studentName: state.name,
@@ -660,4 +660,3 @@ export default {
}
}
-
\ No newline at end of file
diff --git a/src/components/drawers/router/RouterFaceTeachManage.vue b/src/components/drawers/router/RouterFaceTeachManage.vue
index 314c28c2..06944e6c 100644
--- a/src/components/drawers/router/RouterFaceTeachManage.vue
+++ b/src/components/drawers/router/RouterFaceTeachManage.vue
@@ -621,7 +621,6 @@ export default {
//导出作业
function exportHomeWork() {
console.log("props.datasource", props.datasource);
- debugger
window.open(
`${
process.env.VUE_APP_BASE_API
diff --git a/src/components/drawers/router/RouterHomeworkManage.vue b/src/components/drawers/router/RouterHomeworkManage.vue
index b22f5acb..03379783 100644
--- a/src/components/drawers/router/RouterHomeworkManage.vue
+++ b/src/components/drawers/router/RouterHomeworkManage.vue
@@ -482,7 +482,6 @@ export default {
state.ASOvervisible = true;
};
const showEntryScore = () => {
- debugger
state.Evisible = true;
};
//催促学员学习
diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue
index 8120163e..3c85088b 100644
--- a/src/views/learningpath/LearningPath.vue
+++ b/src/views/learningpath/LearningPath.vue
@@ -1286,7 +1286,6 @@ export default {
//编辑学习路径图
const editLearnPath = async () => {
- debugger
if (!state.pathName) {
message.destroy();
return message.warning("请输入路径图名称");
@@ -1455,7 +1454,6 @@ export default {
// state.imgData = ;
// }
});
- debugger
const imgData = computed(() => store.state.router_pic);
//添加权限
watch(