From 70190d12251c71ebf7e19c8f3f872995a27b072c Mon Sep 17 00:00:00 2001 From: Iruka <1017819588@qq.com> Date: Tue, 11 Feb 2025 16:32:37 +0800 Subject: [PATCH] . --- components/custom-index-mp/custom-index-mp.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/custom-index-mp/custom-index-mp.vue b/components/custom-index-mp/custom-index-mp.vue index 691f6df..5b2bf49 100644 --- a/components/custom-index-mp/custom-index-mp.vue +++ b/components/custom-index-mp/custom-index-mp.vue @@ -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); }); } }