mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-09-20 04:59:27 +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 ref of segmentGroup[i].refs) {
|
||||
if (!segmentGroup[ref.parentSegmentId]) {
|
||||
@@ -295,7 +288,6 @@ limitations under the License. -->
|
||||
segmentId.value.push(segmentGroup[i]);
|
||||
}
|
||||
}
|
||||
console.log(segmentId.value);
|
||||
for (const i of segmentId.value) {
|
||||
collapse(i);
|
||||
}
|
||||
|
Reference in New Issue
Block a user