From e4418b60a9e80a1438919e618d2e5e2048d404bc Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 17 Oct 2022 11:23:11 +0800
Subject: [PATCH] 农场图片显示优化;加工产品管理去除导入功能;修复加工、销售、出库、损耗记录表的查询功能

---
 src/components/map/plotMap.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/components/map/plotMap.vue b/src/components/map/plotMap.vue
index 18cc0cb..f4ba809 100644
--- a/src/components/map/plotMap.vue
+++ b/src/components/map/plotMap.vue
@@ -365,8 +365,6 @@
                 plotRegionLayer.addOverlay(polygon)
                 addPlotLayers.push({ center, name: item.landName, id: item.id })
             }
-            
-            
         },
         /**
          * 地块画线

--
Gitblit v1.9.3