diff --git a/src/views/neData/base-station/topology.vue b/src/views/neData/base-station/topology.vue index 617b889a..ac492657 100644 --- a/src/views/neData/base-station/topology.vue +++ b/src/views/neData/base-station/topology.vue @@ -380,7 +380,7 @@ async function fnGraphDataBase() { edges: [], }; // 添加基础网元 - for (const item of neListStore.getNeSelectOtions) { + for (const item of neListStore.getNeCascaderOptions) { if ('OMC' === item.value) { if (item.children?.length === 0) continue; // 是否存在OMC保证唯一