From f3c1fee462027744014ae697d7b71dbe8d07add9 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 24 Oct 2022 11:49:50 +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