lint
This commit is contained in:
parent
778e921440
commit
11748ba519
1 changed files with 2 additions and 2 deletions
|
@ -200,8 +200,8 @@
|
|||
return true;
|
||||
}
|
||||
return false;
|
||||
})
|
||||
if (filteredData && filteredData.length > 0) this.rightData.push(filteredData[0])
|
||||
});
|
||||
if (filteredData && filteredData.length > 0) this.rightData.push(filteredData[0]);
|
||||
});
|
||||
}
|
||||
if (init) {
|
||||
|
|
Loading…
Add table
Reference in a new issue