This commit is contained in:
Iruka 2025-02-11 16:32:37 +08:00
parent ac158bcdf7
commit 70190d1225

View File

@ -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);
}); });
} }
} }