mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
update data
This commit is contained in:
parent
f494b8a3b9
commit
43689adb17
@ -104,6 +104,9 @@ export const eventStore = defineStore({
|
||||
scope = "Endpoint";
|
||||
}
|
||||
item.scope = scope;
|
||||
if (!item.endTime || item.endTime === item.startTime) {
|
||||
item.endTime = Number(item.startTime) + 60000;
|
||||
}
|
||||
return item;
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user