Explorar o código

fix:修改删除点,高亮还显示问题

wangsisi hai 4 meses
pai
achega
777f5bcb86
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/authentic/authenticMap.js

+ 1 - 0
src/views/authentic/authenticMap.js

@@ -399,6 +399,7 @@ class AuthenticMap {
       // 更新多边形的坐标
       point.getGeometry().setCoordinates(coordinates); // 更新几何形状
     }
+    this.clearSelectPoint()
     callback && callback(index)
   }