fix -- bug

This commit is contained in:
yuping
2023-02-25 03:43:50 +08:00
parent adbaaee6c7
commit 050963affb

View File

@@ -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)