mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 10:56:48 +08:00
-- fix bug
This commit is contained in:
@@ -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("投票成功")
|
||||
|
||||
Reference in New Issue
Block a user