mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 19:06:48 +08:00
fix -- bug
This commit is contained in:
@@ -307,7 +307,8 @@ const submitVote = () => {
|
||||
"targetId": infoId, // 项目 路径图 id
|
||||
"taskId": id,
|
||||
"type": btype, // 1 项目 2 路径图
|
||||
"voteId": state.dataInfo.id
|
||||
"voteId": state.dataInfo.id,
|
||||
"voteName": state.dataInfo.voteName
|
||||
}
|
||||
|
||||
console.log('我是投票提交的信息', obj)
|
||||
|
||||
Reference in New Issue
Block a user