bug修改
This commit is contained in:
parent
a0718a4bed
commit
526dd1715c
@ -637,6 +637,7 @@
|
|||||||
if (res1.code == 200) {
|
if (res1.code == 200) {
|
||||||
this.equipmentName30List = [];
|
this.equipmentName30List = [];
|
||||||
this.equipmentName20List = [];
|
this.equipmentName20List = [];
|
||||||
|
this.equipmentName40List = [];
|
||||||
// 根据id卡号调取物联网卡号到期时间
|
// 根据id卡号调取物联网卡号到期时间
|
||||||
if(selTrue){
|
if(selTrue){
|
||||||
this.getQibenGeticcid(res1.data.devices)
|
this.getQibenGeticcid(res1.data.devices)
|
||||||
@ -691,7 +692,7 @@
|
|||||||
this.updateTime = []
|
this.updateTime = []
|
||||||
this.waterAndFertilizerParamsList.forEach((i, index) => {
|
this.waterAndFertilizerParamsList.forEach((i, index) => {
|
||||||
this.$http({
|
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,
|
.getcontrol_rtdata) + "?equipmentId=" + i.deviceId,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user