Browse Source

fix:修改voteReason字段

贾宇博 2 months ago
parent
commit
d951e04e23
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/equity/message/index.vue

+ 2 - 1
src/views/equity/message/index.vue

@@ -249,10 +249,11 @@ const handleReject = () => {
 };
 
 // 统一处理投票状态
-const setVoteStatus = (status) => {
+const setVoteStatus = (status,voteReason) => {
   SetVoteInfo({
     equityMessageId: currentRowId.value, // 当前消息的 ID
     status: status, // 投票状态
+    voteReason:voteReason//投票原因
   })
     .then(response => {
       console.log(response);