Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -188,7 +188,7 @@ export default { |
188 | 188 | ts: formatToDate(item.ts, 'YYYY-MM-DD HH:mm:ss') |
189 | 189 | }; |
190 | 190 | }) |
191 | - .reverse(); | |
191 | + | |
192 | 192 | }, |
193 | 193 | methods: { |
194 | 194 | handleTabClick({ index }) { |
... | ... | @@ -206,7 +206,6 @@ export default { |
206 | 206 | ts: formatToDate(item.ts, 'YYYY-MM-DD HH:mm:ss') |
207 | 207 | }; |
208 | 208 | }) |
209 | - .reverse(); | |
210 | 209 | } |
211 | 210 | } |
212 | 211 | }; | ... | ... |