This commit is contained in:
wangchengming 2025-12-11 22:51:25 +08:00
parent ccf8e88cde
commit c17568b04b

View File

@ -931,13 +931,6 @@ export default {
}, },
imageClick(entity, clickPosition) { imageClick(entity, clickPosition) {
entity.info?.chartData.sort((a, b) => {
// Date
const timeA = new Date(a.collect_time);
const timeB = new Date(b.collect_time);
// timeA - timeBtimeB - timeA
return timeA - timeB;
});
// debugger // debugger
this.selectedEntity = { this.selectedEntity = {
id: entity.id, id: entity.id,