填报信息页面下拉框
parent
b7158e6722
commit
18486ab2f2
|
@ -234,7 +234,6 @@ export default {
|
||||||
this.singleChoice = true
|
this.singleChoice = true
|
||||||
},
|
},
|
||||||
fnSingleChoiceConfirm(event) {
|
fnSingleChoiceConfirm(event) {
|
||||||
console.log(event, "sdfasdgf")
|
|
||||||
this.$set(this.ruleFormData.userInfo, 'degreeOfEducation', event.value[0].NAME)
|
this.$set(this.ruleFormData.userInfo, 'degreeOfEducation', event.value[0].NAME)
|
||||||
this.$set(this.ruleFormData.userInfo, 'degreeOfEducation' + '_BIANMA', event.value[0].BIANMA)
|
this.$set(this.ruleFormData.userInfo, 'degreeOfEducation' + '_BIANMA', event.value[0].BIANMA)
|
||||||
this.singleChoice = false
|
this.singleChoice = false
|
||||||
|
|
Loading…
Reference in New Issue