From 8b48c2084ec86a1a8ce542352275fb70f68a53c2 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 12 十二月 2024 11:34:37 +0800
Subject: [PATCH] 代码初始化

---
 screen/src/views/LogisticsEfficiency.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/screen/src/views/LogisticsEfficiency.vue b/screen/src/views/LogisticsEfficiency.vue
index 48bf228..8a4cebb 100644
--- a/screen/src/views/LogisticsEfficiency.vue
+++ b/screen/src/views/LogisticsEfficiency.vue
@@ -827,7 +827,6 @@
   wlplatformJobList().then(res => {
     const result = res.data
     dataList3.value = result
-    loopFn1()
   })
 }
 const data4 = ref({})
@@ -862,7 +861,6 @@
   wlstockList().then(res => {
     const result = res.data
     dataList6.value = result
-    loopFn2()
   })
 }
 
@@ -900,6 +898,11 @@
   getData6()
 
   initMap()
+
+  setTimeout(() => {
+    loopFn1()
+    loopFn2()
+  }, 12000)
 })
 
 

--
Gitblit v1.9.3