From e5f9316475049f99bc76e22f072a4cfe39a64670 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 31 十二月 2025 17:52:58 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp
---
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