update Radio
This commit is contained in:
parent
f89dd9c287
commit
bb1f58e203
2 changed files with 11 additions and 5 deletions
|
@ -71,6 +71,8 @@
|
|||
if (this.parent) this.group = true;
|
||||
if (!this.group) {
|
||||
this.updateValue();
|
||||
} else {
|
||||
this.parent.updateValue();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue