Browse Source

联调接口

master
邓宏 2 years ago
parent
commit
4a4cb004dd
  1. 2
      pages/massif/mana/recovery.vue
  2. 4
      uni_modules/d-form/components/d-form/d-form.vue

2
pages/massif/mana/recovery.vue

@ -163,7 +163,7 @@ export default {
this.search(plantId)
})
},
chean(){
clean(){
this.list=[]
this.total=0
this.searchVal.pageNo=1

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

@ -335,6 +335,7 @@ import {dataType} from 'black-knight/lib/config/tools'
showMap:false,
maps:null,
markerList:[],
}
},
watch:{
@ -433,6 +434,9 @@ import {dataType} from 'black-knight/lib/config/tools'
this.maps=amap.$getAppMap()
this.maps.setMapType(plus.maps.MapType.MAPTYPE_SATELLITE)
this.maps.onclick=(e)=>{
if(this.value.length<0){
}
console.log(e,'-------maps--click---------')
}
// var polygon=new plus.maps.Polygon([

Loading…
Cancel
Save