Commit fa006c23ff1a564812d7747edf5c569565b831cf

Authored by sqy
1 parent 4b096572

fix:[DEFECT-374]历史数据倒序

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