From 6ca8a700c2aa8c428256dff0d491c448ca812096 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 13 Sep 2022 14:34:28 +0800
Subject: [PATCH] 修改已出库待使用农资第一次进入时筛选条件为全部类型

---
 src/views/mapPattern/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/mapPattern/index.vue b/src/views/mapPattern/index.vue
index ffa60d6..7350218 100644
--- a/src/views/mapPattern/index.vue
+++ b/src/views/mapPattern/index.vue
@@ -322,7 +322,6 @@
         //获取地块轮廓统计信息
         getLandIsAreaStatistic () {
             getLandIsAreaStatistic(this.$farmId).then(res => {
-                console.log(res)
                 this.landIsAreaStatistic = res.data.data
             })
         },

--
Gitblit v1.9.3