From bdcf789ff8f88f6e54b73c05c2c204d8dcd6a585 Mon Sep 17 00:00:00 2001 From: vapao Date: Thu, 23 Jul 2020 17:00:23 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=85=B6=E4=BB=96=E7=8A=B6=E6=80=81=E8=AE=A1?= =?UTF-8?q?=E6=95=B0=E6=9C=AA=E6=AD=A3=E5=B8=B8=E6=9B=B4=E6=96=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/deploy/request/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/deploy/request/store.js b/spug_web/src/pages/deploy/request/store.js index 21fe5b7..adb6a9e 100644 --- a/spug_web/src/pages/deploy/request/store.js +++ b/spug_web/src/pages/deploy/request/store.js @@ -35,7 +35,7 @@ class Store { }; _updateCounter = () => { - const counter = {'all': 0, '-3': 0, '-1': 0, '0': 0, '1': 0, '2': 0, '3': 0}; + const counter = {'all': 0, '-3': 0, '0': 0, '1': 0, '3': 0, '99': 0}; for (let item of this.records) { counter['all'] += 1; if (['-1', '2'].includes(item['status'])) {