mirror of https://github.com/ElemeFE/element
Select: fix a wrong variable name (#10618)
parent
5b41b1a789
commit
5da88ade6b
|
@ -364,7 +364,7 @@
|
|||
if (!this.multiple) {
|
||||
if (this.selected) {
|
||||
if (this.filterable && this.allowCreate &&
|
||||
this.createdSelected && this.createdOption) {
|
||||
this.createdSelected && this.createdLabel) {
|
||||
this.selectedLabel = this.createdLabel;
|
||||
} else {
|
||||
this.selectedLabel = this.selected.currentLabel;
|
||||
|
|
Loading…
Reference in New Issue