fix trace profiling

This commit is contained in:
Fine 2022-11-04 20:14:17 +08:00
parent 4b88d8bbb3
commit 075e1aeb8f

View File

@ -119,8 +119,8 @@ function updateTimeRange() {
if (!children || !children.length) {
timeRange.value = [
{
start: this.currentSpan.startTime,
end: this.currentSpan.endTime,
start: startTime,
end: endTime,
},
];
return;