From 688c96ec7251c0602c9d2490d1139605d89335c0 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Thu, 1 Feb 2024 15:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/overview/components/UPFFlow/index.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/views/dashboard/overview/components/UPFFlow/index.vue b/src/views/dashboard/overview/components/UPFFlow/index.vue index 15cdadd7..2800f846 100644 --- a/src/views/dashboard/overview/components/UPFFlow/index.vue +++ b/src/views/dashboard/overview/components/UPFFlow/index.vue @@ -38,19 +38,7 @@ type EChartsOption = echarts.ComposeOption< | LegendComponentOption | LineSeriesOption >; -/**设置定时器ID */ -let timeoutDuration = 5 * 1000; // 设置5s进行刷新请求 -let loadId: any = null; -// // 定时制图 -// function resetTimeout() { -// if (loadId) { -// clearInterval(loadId); -// } -// loadId = setInterval(() => { -// initPicture(); -// }, timeoutDuration); -// } /**定时器ID */ const timeoutId = ref(null);