From bcb3190f3a1e7bcc7a1b1f1d15474b566b2e9228 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 26 Oct 2022 09:36:46 +0800
Subject: [PATCH] 修复添加时,id残留,导致无法新增的问题
---
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