From 62aaff7b71f084a7e1148ebba89af901ac5dc9f5 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 12 Dec 2025 14:51:50 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 9f1e0b5..5510d8a 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2494,8 +2494,8 @@ const getAreaData = () => { }); UpdateFodScopeData(result) - const storedStr = localStorage.getItem(`${data.region}-${data.region1}`); - console.log(`${data.region}-${data.region1}`) + const storedStr = localStorage.getItem(`${form1.value.region}-${form1.value.region1}`); + console.log(`${form1.value.region}-${form1.value.region1}`) if (storedStr) { tableData1.value = [] const storedData = JSON.parse(storedStr);