mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
fix
This commit is contained in:
parent
c9a66e35e1
commit
8ff76f75df
@ -56,7 +56,7 @@ onMounted(() => {
|
||||
function calculationDataforStatistics(data: Span[]): StatisticsSpan[] {
|
||||
list.value = traceTable.buildTraceDataList(data);
|
||||
const result: StatisticsSpan[] = [];
|
||||
const map = traceTable.changeStatisticsTree(data, props.traceId);
|
||||
const map = traceTable.changeStatisticsTree(data);
|
||||
map.forEach((nodes, nodeKey) => {
|
||||
const nodeKeyData = nodeKey.split(":");
|
||||
result.push(
|
||||
|
Loading…
Reference in New Issue
Block a user