From fd067b408ae97f16c13b0e25b9c870d23f4d0ba3 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周二, 10 12月 2024 22:52:08 +0800
Subject: [PATCH] 首页

---
 LA24030_LuLiPackageLine_Web/src/views/main/inventoryWarning/transitionChart/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/LA24030_LuLiPackageLine_Web/src/views/main/inventoryWarning/transitionChart/index.vue b/LA24030_LuLiPackageLine_Web/src/views/main/inventoryWarning/transitionChart/index.vue
index 57f6cd9..5bd9d3c 100644
--- a/LA24030_LuLiPackageLine_Web/src/views/main/inventoryWarning/transitionChart/index.vue
+++ b/LA24030_LuLiPackageLine_Web/src/views/main/inventoryWarning/transitionChart/index.vue
@@ -271,13 +271,13 @@
 let timeInter: any = null;
 // 椤甸潰鍔犺浇鏃�
 onMounted(() => {
-	initEchartsResize();
+	// initEchartsResize();
 
-	timeInter = setInterval(() => {
-		nextTick(() => {
-			handleQuerywmsStockBoardabc('1');
-		});
-	}, 15000); //璋冪敤棰戠巼鏀逛负 15绉掍竴娆℃煡璇€��
+	// timeInter = setInterval(() => {
+	// 	nextTick(() => {
+	// 		handleQuerywmsStockBoardabc('1');
+	// 	});
+	// }, 15000); //璋冪敤棰戠巼鏀逛负 15绉掍竴娆℃煡璇€��
 });
 
 

--
Gitblit v1.9.3