From de48277991cbdc91caf5a08fb3c44309cd512e67 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Mon, 15 Jun 2026 14:26:25 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20=E6=95=B0=E6=8D=AE=E6=BA=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/WarningList/list.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/WarningList/list.vue b/src/views/WarningList/list.vue index ee1e514..42bab0a 100644 --- a/src/views/WarningList/list.vue +++ b/src/views/WarningList/list.vue @@ -315,6 +315,7 @@ onMounted(() => { //监听数据源变化,自动刷新列表 watch(warningListTotal, async (newVal) => { console.log('监听到报警列表变化,自动刷新列表', newVal); + //数据源不同, 接口复用,请求多了一遍(不属于bug) await getList(); });