编写受益人新增可编辑字段,配投保人信息字段

This commit is contained in:
pangxingyue
2021-03-09 18:10:45 +08:00
parent 0dc981c23b
commit f1d6c3a61c
4 changed files with 491 additions and 135 deletions

View File

@@ -49,7 +49,7 @@ export default {
handleChoose(value) {
if (this.disabled) {
return
}
}
this.$emit('update:value', value)
this.$emit('radioChange', value)
}