mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 15:04:38 +00:00
fix
This commit is contained in:
parent
aca68e1a4e
commit
033a760b00
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user