From 6b1a986d7cbbb2980d836053d943b25b8a997a7a Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 12 Dec 2025 14:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/index.vue b/src/views/index.vue index 01f4f6a..9f1e0b5 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2495,6 +2495,7 @@ const getAreaData = () => { UpdateFodScopeData(result) const storedStr = localStorage.getItem(`${data.region}-${data.region1}`); + console.log(`${data.region}-${data.region1}`) if (storedStr) { tableData1.value = [] const storedData = JSON.parse(storedStr);