修改围栏编辑

master
ZhiShuo_Lou 2023-11-23 09:06:42 +08:00
parent 3c7875fac7
commit 072d26099a
1 changed files with 2 additions and 1 deletions

View File

@ -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() {