Commit 39cbb051 authored by 吴亮's avatar 吴亮 Committed by 杨奕

fix eslint error, about indent

parent cdb23359
...@@ -129,7 +129,7 @@ ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment