智慧农业后台管理页面
guoshilong
2022-10-15 2696e8c6f53b4c3f826789ab3d10446c0d54a822
src/components/mapOncePoint/chousePoint.vue
@@ -39,8 +39,8 @@
          this.chousePointData[1]
        );
        let outdata = [...outInt, this.chousePointData[2]];
        console.log(this.chousePointData, "gcj02");
        console.log(outdata, " wgs84");
        // console.log(this.chousePointData, "gcj02");
        // console.log(outdata, " wgs84");
        this.$emit("setData", outdata);
        // } else {
        //   this.$message.error("未成功选择地点");
@@ -52,6 +52,9 @@
    },
  },
  methods: {
    initData(address){
      this.chousePointData = [address.jd,address.wd,address.addressName]
    },
    openMaps(data) {
      //转wgs84
      let ints = this.wgs84togcj02(data.jd, data.wd);