|
@@ -367,7 +367,7 @@ const searchAMapAddress = async () => {
|
|
|
console.log("searchAMapAddress", data);
|
|
|
if (!data?.search) return;
|
|
|
bindExample.value.caseAddress = data.search.text;
|
|
|
- bindExample.value.latAndLong = `${data.search.lat},${data.search.lng}`;
|
|
|
+ bindExample.value.latAndLong = `${data.search.lng},${data.search.lat}`;
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|