feat:修改任务接口传参

This commit is contained in:
lixg
2023-03-03 14:03:41 +08:00
parent f0276906c1
commit b14f26053e
14 changed files with 36 additions and 31 deletions

View File

@@ -370,7 +370,7 @@ function toFinish(d) {
return;
}
// 此处判断外部考试跳转
if (d.startTime == null || d.endTime == null) {
if (d.examType == 2) {
// 点击即更新状态 进行中
request(SubmitExternalExam, {
chapterId: data.value.currentStageId,
@@ -389,6 +389,7 @@ function toFinish(d) {
path: "/externalexam",
query: {
courseId: d.courseId,
type: ROUTER,
},
});
return;
@@ -435,6 +436,7 @@ function toFinish(d) {
path: "/projectdetails",
query: {
projectId: d.courseId,
type: ROUTER,
},
});
return;