Browse Source

fix:修改图片位置

temp
zhaohy 3 weeks ago
parent
commit
3a4f4505dc
  1. 1
      hx-ai-intelligent/src/view/equipmentControl/coldAndHeatSources/index.vue

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

Loading…
Cancel
Save