From eb6720064e77aec37523fc044c92b17c745f24f1 Mon Sep 17 00:00:00 2001 From: xiongqin <3323939337@qq.com> Date: Fri, 11 Jul 2025 18:48:02 +0800 Subject: [PATCH] =?UTF-8?q?xq=20commit:"=E5=AE=8C=E6=88=90=E4=BA=86?= =?UTF-8?q?=E7=AD=9B=E9=80=89"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/inverter/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/business/inverter/index.vue b/src/views/business/inverter/index.vue index 3e5ddb6..7a97fef 100644 --- a/src/views/business/inverter/index.vue +++ b/src/views/business/inverter/index.vue @@ -1209,11 +1209,10 @@ watch( if (nv !== ov) { inverterList.value = []; const a = totalArr.value.filter((item) => item.projectId === nv || item.projectId === '0'); - console.info(nv); - console.info(a); a.forEach((item) => { inverterList.value.push(item); }); + total.value = inverterList.value.length; } }, { immediate: true }