From 299c72df9dce84804ce65adadf6f7d2dd19e86ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=87=91=E9=B9=8F?= Date: Sat, 16 Nov 2019 11:09:48 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/group/group-approve.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/group/group-approve.vue b/src/views/modules/group/group-approve.vue index 78f1b993..7f0873ee 100644 --- a/src/views/modules/group/group-approve.vue +++ b/src/views/modules/group/group-approve.vue @@ -47,21 +47,21 @@ export default { createdTime: '', groupIntroduction: '', nickname: '', - state: '5', + state: '10', processingOpinions: '' }, options: [{ value: '10', - label: '审核通过' + label: '通过' }, { value: '5', - label: '审核拒绝' + label: '拒绝' }] } }, watch: { 'dataForm.state': function (val) { - if (val === '5') { + if (val === '10') { this.adviceVisible = false } else { this.adviceVisible = true