From 163ce9b64c2fde25476bab9cebcad734b44cc109 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 25 Mar 2025 18:43:04 +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=E7=9A=84=E5=93=8D=E5=BA=94?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=BB=93=E6=9E=84=E5=B9=B6=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84=E7=BC=93=E5=AD=98ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/overview/index.vue | 2 +- src/views/perfManage/goldTarget/index.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue index 91fcc834..c0339f20 100644 --- a/src/views/dashboard/overview/index.vue +++ b/src/views/dashboard/overview/index.vue @@ -198,7 +198,7 @@ async function fnGetSkim() { // UDM 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; } }); } diff --git a/src/views/perfManage/goldTarget/index.vue b/src/views/perfManage/goldTarget/index.vue index 5e27a4b2..476ded9c 100644 --- a/src/views/perfManage/goldTarget/index.vue +++ b/src/views/perfManage/goldTarget/index.vue @@ -985,7 +985,6 @@ onBeforeUnmount(() => {