mirror of https://github.com/ElemeFE/element
fix checkbox isGroup bug in computed cached (#1860)
parent
1db8dc6588
commit
15e74b6e7d
|
@ -98,7 +98,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
store() {
|
store() {
|
||||||
return this._checkboxGroup.value;
|
return this._checkboxGroup ? this._checkboxGroup.value : this.value;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue