mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-09-21 13:49:28 +00:00
fix
This commit is contained in:
@@ -278,13 +278,6 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (const i in segmentGroup) {
|
|
||||||
for (const ref of segmentGroup[i].refs) {
|
|
||||||
if (segmentGroup[ref.parentSegmentId]) {
|
|
||||||
segmentGroup[ref.parentSegmentId].children.push(segmentGroup[i]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
for (const i in segmentGroup) {
|
for (const i in segmentGroup) {
|
||||||
for (const ref of segmentGroup[i].refs) {
|
for (const ref of segmentGroup[i].refs) {
|
||||||
if (!segmentGroup[ref.parentSegmentId]) {
|
if (!segmentGroup[ref.parentSegmentId]) {
|
||||||
@@ -295,7 +288,6 @@ limitations under the License. -->
|
|||||||
segmentId.value.push(segmentGroup[i]);
|
segmentId.value.push(segmentGroup[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(segmentId.value);
|
|
||||||
for (const i of segmentId.value) {
|
for (const i of segmentId.value) {
|
||||||
collapse(i);
|
collapse(i);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user