fix: 基站状态拓扑图显示失败
This commit is contained in:
@@ -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保证唯一
|
||||
|
||||
Reference in New Issue
Block a user