fix: 基站状态拓扑图显示失败

This commit is contained in:
TsMask
2025-07-15 19:53:08 +08:00
parent 46ace81d9d
commit 82b1340906

View File

@@ -380,7 +380,7 @@ async function fnGraphDataBase() {
edges: [], edges: [],
}; };
// 添加基础网元 // 添加基础网元
for (const item of neListStore.getNeSelectOtions) { for (const item of neListStore.getNeCascaderOptions) {
if ('OMC' === item.value) { if ('OMC' === item.value) {
if (item.children?.length === 0) continue; if (item.children?.length === 0) continue;
// 是否存在OMC保证唯一 // 是否存在OMC保证唯一