测评列表

This commit is contained in:
lpq
2023-02-21 00:39:58 +08:00
parent 329ce8797a
commit 7c21e69667
5 changed files with 4 additions and 10 deletions

View File

@@ -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`);
}

View File

@@ -22,7 +22,7 @@
<div
v-if="datasource.startTime && datasource.endTime"
class="endtime"
>
>
起止时间{{ datasource.startTime }} {{ datasource.endTime }}
</div>
<div v-else class="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 {
}
}
</style>

View File

@@ -621,7 +621,6 @@ export default {
//导出作业
function exportHomeWork() {
console.log("props.datasource", props.datasource);
debugger
window.open(
`${
process.env.VUE_APP_BASE_API

View File

@@ -482,7 +482,6 @@ export default {
state.ASOvervisible = true;
};
const showEntryScore = () => {
debugger
state.Evisible = true;
};
//催促学员学习

View File

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