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