From 050963affbba208b844abdd70a0806faa52c7015 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Sat, 25 Feb 2023 03:43:50 +0800 Subject: [PATCH] fix -- bug --- src/views/ballot/BallotPage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/ballot/BallotPage.vue b/src/views/ballot/BallotPage.vue index e6003bf..2911700 100644 --- a/src/views/ballot/BallotPage.vue +++ b/src/views/ballot/BallotPage.vue @@ -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)