.
This commit is contained in:
parent
ac158bcdf7
commit
70190d1225
@ -107,7 +107,6 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
refreshSoilTilth() {
|
refreshSoilTilth() {
|
||||||
console.error("refreshSoilTilth");
|
|
||||||
let refresh = [];
|
let refresh = [];
|
||||||
this.list.forEach(item => {
|
this.list.forEach(item => {
|
||||||
if (refresh.findIndex(x => x.deviceCode == item.deviceCode) == -1) {
|
if (refresh.findIndex(x => x.deviceCode == item.deviceCode) == -1) {
|
||||||
@ -119,7 +118,6 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
mpRefresh(refresh).then((res) => {
|
mpRefresh(refresh).then((res) => {
|
||||||
console.error("res:", res);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user