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