From b291560f1c80f0a9059e929220603692c2a8c099 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期六, 21 六月 2025 08:44:21 +0800 Subject: [PATCH] 大屏任务拉取优化 --- construction-data/src/components/datav/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue index 6352579..250631f 100644 --- a/construction-data/src/components/datav/index.vue +++ b/construction-data/src/components/datav/index.vue @@ -191,7 +191,7 @@ created () { let that = this setInterval(() => { - that.fetch() + that.refreshData() }, 10000) }, @@ -207,7 +207,7 @@ } }, methods: { - fetch() { + refreshData() { //鑾峰彇褰撳墠鎵ц浠诲姟 this.getWaves() //鑾峰彇褰撳墠鎾澧欏簱浣嶄俊鎭� -- Gitblit v1.9.1