-- fix bug

This commit is contained in:
yuping
2023-02-05 20:17:10 +08:00
parent 28a2552c09
commit bfa86af215
2 changed files with 3 additions and 1 deletions

View File

@@ -322,7 +322,8 @@ const submitVote = () => {
"courseId": courseId,
"studentId": userInfo.value.id,
"targetId": infoId,
"type": btype
"type": btype,
taskId: id
}).then(res=>{
console.log(res)
ElMessage.success("投票成功")