This commit is contained in:
Lawrence Lee 2017-06-14 17:48:25 +08:00
parent 778e921440
commit 11748ba519

View file

@ -200,8 +200,8 @@
return true; return true;
} }
return false; return false;
}) });
if (filteredData && filteredData.length > 0) this.rightData.push(filteredData[0]) if (filteredData && filteredData.length > 0) this.rightData.push(filteredData[0]);
}); });
} }
if (init) { if (init) {