@ -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