From 9289f5fd30c4cf89845482cb5ec351962dce852a Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 十二月 2025 16:20:17 +0800
Subject: [PATCH] fix: bug
---
packages/components/src/Input/ChooseLocationInput.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/packages/components/src/Input/ChooseLocationInput.vue b/packages/components/src/Input/ChooseLocationInput.vue
index d03c146..019e2d6 100644
--- a/packages/components/src/Input/ChooseLocationInput.vue
+++ b/packages/components/src/Input/ChooseLocationInput.vue
@@ -5,7 +5,7 @@
:input-align="props.inputAlign"
readonly
@click="handleChooseLocation"
- :modelValue="props.modelValue.address"
+ :modelValue="props.modelValue.addressName"
alwaysEmbed
>
<template #clear>
--
Gitblit v1.10.0