mirror of https://github.com/ElemeFE/element
fix eslint error, about indent
parent
cdb2335939
commit
39cbb051f1
|
@ -129,7 +129,7 @@
|
||||||
},
|
},
|
||||||
set(value) {
|
set(value) {
|
||||||
if (this.filteredValue) {
|
if (this.filteredValue) {
|
||||||
if ((typeof value !== 'undefined') && (value !== null)) {
|
if ((typeof value !== 'undefined') && (value !== null)) {
|
||||||
this.filteredValue.splice(0, 1, value);
|
this.filteredValue.splice(0, 1, value);
|
||||||
} else {
|
} else {
|
||||||
this.filteredValue.splice(0, 1);
|
this.filteredValue.splice(0, 1);
|
||||||
|
|
Loading…
Reference in New Issue