Browse Source

bug修改

master
王金鹏 6 years ago
parent
commit
299c72df9d
  1. 8
      src/views/modules/group/group-approve.vue

8
src/views/modules/group/group-approve.vue

@ -47,21 +47,21 @@ export default {
createdTime: '', createdTime: '',
groupIntroduction: '', groupIntroduction: '',
nickname: '', nickname: '',
state: '5', state: '10',
processingOpinions: '' processingOpinions: ''
}, },
options: [{ options: [{
value: '10', value: '10',
label: '审核通过' label: '通过'
}, { }, {
value: '5', value: '5',
label: '审核拒绝' label: '拒绝'
}] }]
} }
}, },
watch: { watch: {
'dataForm.state': function (val) { 'dataForm.state': function (val) {
if (val === '5') { if (val === '10') {
this.adviceVisible = false this.adviceVisible = false
} else { } else {
this.adviceVisible = true this.adviceVisible = true

Loading…
Cancel
Save