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 });