feat: UE在线信息

This commit is contained in:
TsMask
2023-09-22 12:02:30 +08:00
parent 021446b04b
commit 7b5c38ab48
3 changed files with 147 additions and 455 deletions

View File

@@ -141,8 +141,6 @@ function fnGetList() {
}
onMounted(() => {
// 获取列表数据
fnGetList();
// 获取网元网元列表
useNeInfoStore()
.fnNelist()
@@ -166,6 +164,10 @@ onMounted(() => {
duration: 2,
});
}
})
.finally(() => {
// 获取列表数据
fnGetList();
});
});
</script>