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() {
console.error("refreshSoilTilth");
let refresh = [];
this.list.forEach(item => {
if (refresh.findIndex(x => x.deviceCode == item.deviceCode) == -1) {
@ -119,7 +118,6 @@
}
});
mpRefresh(refresh).then((res) => {
console.error("res:", res);
});
}
}