From af3da730334816af930af4ae1b96c6023f2ef83f Mon Sep 17 00:00:00 2001
From: scrin <2277317060@qq.com>
Date: Sun, 16 Nov 2025 11:00:56 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E9=80=BB?=
=?UTF-8?q?=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/index.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/index.vue b/src/views/index.vue
index af44816..ccb5d34 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -200,7 +200,7 @@
@row-click="table1Current"
>
-
+
@@ -1387,7 +1387,10 @@ onMounted(() => {
getShildTableList()
// testFun()
getDotsData()
- tableData1.value = JSON.parse(localStorage.getItem('tableData1') || '[]')
+ setTimeout(()=>{
+ tableData1.value = JSON.parse(localStorage.getItem('tableData1') || '[]')
+
+ },100)
})