src/views/fire/fireAdd.vue @@ -185,6 +185,7 @@ done(); } }, //获取地图经纬度 getMapData(data){ this.form.lon = data[0][0] this.form.lat = data[0][1]