From 6d0d2f1ee91ee6850403e3965678dc87c3bde02b Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Mon, 17 Oct 2022 15:35:43 +0800 Subject: [PATCH] fix: proposal status --- src/libs/data/proposal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/data/proposal.js b/src/libs/data/proposal.js index 498059f0..6efe3cfc 100644 --- a/src/libs/data/proposal.js +++ b/src/libs/data/proposal.js @@ -67,7 +67,7 @@ export default class Proposal { this.status = 4 break default: - this.status = 1 + // this.status = 1 } } if (String(this.status).indexOf('PASSED') > -1) {