From 3a4f4505dc2a9db13e5984dad033092ccf530a1c Mon Sep 17 00:00:00 2001 From: zhaohy <1695786511@qq.com> Date: Tue, 3 Sep 2024 15:37:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue b/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue index c39fbc3..c269054 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue @@ -1201,6 +1201,7 @@ res.data.forEach((item: any) => { coldWater.value[0] = { deviceInfoName: item.deviceInfoName, + ...coldWater.value[0], ...item.record, }; });