fix:修改图片位置

This commit is contained in:
zhaohy
2024-09-03 15:37:44 +08:00
parent 6b03be0119
commit 3a4f4505dc

View File

@@ -1201,6 +1201,7 @@
res.data.forEach((item: any) => {
coldWater.value[0] = {
deviceInfoName: item.deviceInfoName,
...coldWater.value[0],
...item.record,
};
});