管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-03-23 98aec0baaef46392f6bede8f507466fc75eca137
src/components/ProjectOl.vue
@@ -164,8 +164,9 @@
      });
    },
    async showLoacation(res) {
      this.formInline.lon = res[0].toFixed(6);
      this.formInline.lat = res[1].toFixed(6);
      this.formInline.lon = parseFloat(res[0]).toFixed(6);
      this.formInline.lat = parseFloat(res[1]).toFixed(6);
      const data = await project_selectLocation({
        x: res[0],
        y: res[1],