Lou
2023-12-13 32dd198e62dfde3f43088183df7f14bad2dbf8ec
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];
        }
      },