mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-09 19:06:47 +08:00
feat:修改任务接口传参
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user