fix: 解决代码合并冲突问题
parent
fdc050db2a
commit
661458ac6c
|
@ -182,18 +182,6 @@ export default {
|
||||||
this.routeQuery = query // 接收上一个页面传递过来的路由参数1
|
this.routeQuery = query // 接收上一个页面传递过来的路由参数1
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
|
||||||
handleEducationClick() {
|
|
||||||
this.$refs.uPicker.setIndexs([0])
|
|
||||||
this.fnGetDataDictionary('d7d80f08d73a4accbccf4fd3d8d1d867')
|
|
||||||
this.singleChoice = true
|
|
||||||
},
|
|
||||||
fnSingleChoiceConfirm(event) {
|
|
||||||
this.$set(this.ruleFormData.userInfo, 'degreeOfEducation', event.value[0].NAME)
|
|
||||||
this.$set(this.ruleFormData.userInfo, 'degreeOfEducation' + '_BIANMA', event.value[0].BIANMA)
|
|
||||||
this.singleChoice = false
|
|
||||||
},
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
handleEducationClick() {
|
handleEducationClick() {
|
||||||
this.$refs.uPicker.setIndexs([0])
|
this.$refs.uPicker.setIndexs([0])
|
||||||
|
|
Loading…
Reference in New Issue