Commit 11748ba519226202d8d2272826906d1195838f2a
1 parent
778e9214
lint
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/components/transfer/transfer.vue
... | ... | @@ -200,8 +200,8 @@ |
200 | 200 | return true; |
201 | 201 | } |
202 | 202 | return false; |
203 | - }) | |
204 | - if (filteredData && filteredData.length > 0) this.rightData.push(filteredData[0]) | |
203 | + }); | |
204 | + if (filteredData && filteredData.length > 0) this.rightData.push(filteredData[0]); | |
205 | 205 | }); |
206 | 206 | } |
207 | 207 | if (init) { | ... | ... |