From 46f1b29715bc16e212b09c5a4a4b6628969fbc0a Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sun, 11 Sep 2022 10:15:34 +0800 Subject: [PATCH] fix issue --- src/views/Dashboard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index ac9d4fc4..a59081a0 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -551,7 +551,6 @@ export default { this.proposals.forEach(x => { this.$http.getGovernanceProposalVote(x.id, address, null) .then(v => { - console.log(v) this.myVotes[x.id] = this.formatVoteOption(v.vote.option) }) .catch(() => {