fix:修改图片位置
This commit is contained in:
@@ -1201,6 +1201,7 @@
|
|||||||
res.data.forEach((item: any) => {
|
res.data.forEach((item: any) => {
|
||||||
coldWater.value[0] = {
|
coldWater.value[0] = {
|
||||||
deviceInfoName: item.deviceInfoName,
|
deviceInfoName: item.deviceInfoName,
|
||||||
|
...coldWater.value[0],
|
||||||
...item.record,
|
...item.record,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user