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

View File

@ -930,14 +930,7 @@ export default {
this.highlightEntity(coffeeMatEntity)
},
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;
});
imageClick(entity, clickPosition) {
// debugger
this.selectedEntity = {
id: entity.id,