From aaaf5679ae1f34506610112fd4d0b2826282ab43 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 11 Apr 2025 17:58:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9C=8B=E6=9D=BF=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=95=B0=E5=88=9D=E5=A7=8BneId=E4=BC=A0=E5=85=A5=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=EF=BC=8C=E7=A6=81=E6=AD=A2=E9=80=89=E6=8B=A9=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/overview/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue index ca7ac6a3..ddbd8d9a 100644 --- a/src/views/dashboard/overview/index.vue +++ b/src/views/dashboard/overview/index.vue @@ -304,7 +304,7 @@ onMounted(() => { }); udmOtions.value = arr1; if (arr1.length > 0) { - fnSelectUDM(arr1[0].value); + fnSelectUDM({ key: arr1[0].value }); } // 过滤不可用的网元 @@ -387,7 +387,11 @@ onBeforeUnmount(() => {