填报信息页面下拉框

xgf-training-dev
wangyan 2025-02-19 14:12:02 +08:00
parent b7158e6722
commit 18486ab2f2
1 changed files with 0 additions and 1 deletions

View File

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