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);