From 7faf824cd85d9e2fb7a270e807f10c5c638815d5 Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期五, 20 六月 2025 10:54:12 +0800
Subject: [PATCH] 库位添加逻辑删除

---
 construction-data/src/components/datav/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue
index 21760c7..780d034 100644
--- a/construction-data/src/components/datav/index.vue
+++ b/construction-data/src/components/datav/index.vue
@@ -189,7 +189,10 @@
     }
   },
   created () {
-    this.fetch()
+    let that = this
+    setInterval(() => {
+        that.fetch()
+    }, 10000)
   },
 
   computed: {

--
Gitblit v1.9.1