From 586003c9b9016d19804d49117ab79de57c4ef2e6 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 25 Mar 2025 18:53:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E8=8E=B7=E5=8F=96UDM?= =?UTF-8?q?=E5=AD=90=E9=A1=B9=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/overview/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue index c0339f20..ca7ac6a3 100644 --- a/src/views/dashboard/overview/index.vue +++ b/src/views/dashboard/overview/index.vue @@ -263,7 +263,7 @@ function fnSelectUDM(e: any) { udmNeId.value = e.key; listUDMSub({ neId: udmNeId.value, pageNum: 1, pageSize: 1 }).then(res => { if (res.code === RESULT_CODE_SUCCESS) { - skimState.udmSubNum = res.data.total; + skimState.udmSubNum = res.total; } }); }