Lou
2023-12-13 32dd198e62dfde3f43088183df7f14bad2dbf8ec
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
1 files modified
6 ■■■■ changed files
src/views/task/eCall/index.vue 6 ●●●● 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];
        }
      },