fix issue

This commit is contained in:
liangping 2022-09-11 10:15:34 +08:00
parent 5264705e4e
commit 46f1b29715

View File

@ -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(() => {