fixed CheckboxGroup bug
fixed CheckboxGroup bug
This commit is contained in:
parent
fc640135d6
commit
c1f6da1f8e
3 changed files with 25 additions and 41 deletions
|
@ -43,11 +43,12 @@
|
|||
},
|
||||
watch: {
|
||||
model (val, oldVal) {
|
||||
if (val == oldVal) {
|
||||
this.updateModel();
|
||||
} else {
|
||||
this.updateModel(true);
|
||||
}
|
||||
// if (val == oldVal) {
|
||||
// this.updateModel();
|
||||
// } else {
|
||||
// this.updateModel(true);
|
||||
// }
|
||||
this.updateModel(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue