This commit is contained in:
Fine 2025-03-24 11:58:51 +08:00
parent aca68e1a4e
commit 033a760b00

View File

@ -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);
}