| src/views/task/eCall/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/task/eCall/index.vue
@@ -330,13 +330,13 @@ handler(val) { var that = this; if (val) { if (typeof val == "string") { console.log(val,7777) var arr = val.split(","); console.log(val,88888) //经纬度替换 this.form.lat = arr[0]; this.form.lng = arr[1]; this.form.lat = arr[1]; this.form.lng = arr[0]; // this.form.location = arr[2]; } },