fix -- bug

This commit is contained in:
yuping
2023-02-25 03:40:51 +08:00
parent 6071e4dc86
commit aadb196acc

View File

@@ -307,7 +307,7 @@ const submitVote = () => {
"targetId": infoId, // 项目 路径图 id
"taskId": id,
"type": btype, // 1 项目 2 路径图
"voteId": state.dataInfo.voteId
"voteId": state.dataInfo.id
}
console.log('我是投票提交的信息', obj)