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],