Browse Source

修改地图编辑

master
邓宏 2 years ago
parent
commit
dcbc94022d
  1. 3
      uni_modules/d-form/components/d-form/d-form.vue

3
uni_modules/d-form/components/d-form/d-form.vue

@ -555,9 +555,6 @@ import {computeArea} from '@/common/utils'
this.temp_markerList.splice(this.temp_markerList.Dfind(v=>v.pre==e),1)
this.temp_markerList.splice(this.temp_markerList.Dfind(v=>v.next==e),1)
this.addTempMarker(preMarker)
// this.temp_markerList.forEach(v=>this.maps.removeOverlay(v.value))
// this.temp_markerList.length=0
// this.markerList.forEach(v=>this.addTempMarker(v))
this.reComputArea()
}else{

Loading…
Cancel
Save