From abbc89deac449ad2db272a942b81058bb01c3e32 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 15 Oct 2022 11:52:01 +0800
Subject: [PATCH] 对用户信息进行操作时,非必填选项填入需符合格式;当未填写性别时,默认为未知(3)
---
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