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) { if (!children || !children.length) {
timeRange.value = [ timeRange.value = [
{ {
start: this.currentSpan.startTime, start: startTime,
end: this.currentSpan.endTime, end: endTime,
}, },
]; ];
return; return;