From 5ee673b2fa59f7e46423e850681227c17c2c0785 Mon Sep 17 00:00:00 2001 From: cjp <3096114695@qq.com> Date: Wed, 17 Jan 2024 16:16:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A2=81=E5=9C=BA=E5=B5=8C=E5=85=A5?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../digitalConstruction/standardCureRoom/topCenter.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/sevenLargeScreen/digitalConstruction/standardCureRoom/topCenter.vue b/src/views/sevenLargeScreen/digitalConstruction/standardCureRoom/topCenter.vue index a75bec9..cf38628 100644 --- a/src/views/sevenLargeScreen/digitalConstruction/standardCureRoom/topCenter.vue +++ b/src/views/sevenLargeScreen/digitalConstruction/standardCureRoom/topCenter.vue @@ -53,7 +53,6 @@ const getTodayWarn = async () => { // console.log("获取当前设备监测数据", res); // mitts.emit("standardMonitor", res.result); // }; - let currentData = ref({} as any); const getNewCurrentData = async () => { const res: any = await selectNewCurrentDataApi({ projectSn: store.sn, devSn: selectStandard.value });