修改围栏编辑
parent
3c7875fac7
commit
072d26099a
|
@ -134,7 +134,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
updialog(data) {
|
||||
this.updateFences = {}
|
||||
this.updateFences.fenceLocation=""
|
||||
this.dialogVisible=true
|
||||
setTimeout(() => {
|
||||
this.initMap();},
|
||||
|
@ -242,6 +242,7 @@ export default {
|
|||
alert("添加围栏失败!");
|
||||
}
|
||||
alert("添加围栏成功!")
|
||||
this.getFenceList()
|
||||
})
|
||||
},
|
||||
getFenceList() {
|
||||
|
|
Loading…
Reference in New Issue