mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 03:16:47 +08:00
-- fix bug
This commit is contained in:
@@ -322,7 +322,8 @@ const submitVote = () => {
|
|||||||
"courseId": courseId,
|
"courseId": courseId,
|
||||||
"studentId": userInfo.value.id,
|
"studentId": userInfo.value.id,
|
||||||
"targetId": infoId,
|
"targetId": infoId,
|
||||||
"type": btype
|
"type": btype,
|
||||||
|
taskId: id
|
||||||
}).then(res=>{
|
}).then(res=>{
|
||||||
console.log(res)
|
console.log(res)
|
||||||
ElMessage.success("投票成功")
|
ElMessage.success("投票成功")
|
||||||
|
|||||||
@@ -559,6 +559,7 @@ function toFinish(d, sName, chapterOrStageId) {
|
|||||||
logo: PROJECT,
|
logo: PROJECT,
|
||||||
stageOrChapterId: chapterOrStageId,
|
stageOrChapterId: chapterOrStageId,
|
||||||
taskId: d.projectTaskId,
|
taskId: d.projectTaskId,
|
||||||
|
taskType: d.type,
|
||||||
});
|
});
|
||||||
// 此处判断外链跳转详情界面
|
// 此处判断外链跳转详情界面
|
||||||
if(d.type==7){
|
if(d.type==7){
|
||||||
|
|||||||
Reference in New Issue
Block a user