@@ -397,6 +397,9 @@ export default {
this.radius = ''
this.typeVal = '1'
this.monitorList = []
+ if (graphicsLayer) {
+ window.map.removeLayer(graphicsLayer)
+ }
}