bug修改

This commit is contained in:
home孙 2025-06-11 14:07:42 +08:00
parent a0718a4bed
commit 526dd1715c

View File

@ -637,6 +637,7 @@
if (res1.code == 200) {
this.equipmentName30List = [];
this.equipmentName20List = [];
this.equipmentName40List = [];
// id
if(selTrue){
this.getQibenGeticcid(res1.data.devices)
@ -691,7 +692,7 @@
this.updateTime = []
this.waterAndFertilizerParamsList.forEach((i, index) => {
this.$http({
url: (i.equipmentName == 1 ? this.api.getFs_rtdata : this.api
url: (i.deviceName == 1 ? this.api.getFs_rtdata : this.api
.getcontrol_rtdata) + "?equipmentId=" + i.deviceId,
method: 'post',
}).then(res => {