From 35f8b9abdc6ef8a14ab7cf13dc886a5828d68645 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Mon, 28 Apr 2025 20:37:15 +0800
Subject: [PATCH] 选择位置取消英文提示

---
 src/views/tickets/ticket.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index 750a228..0ad684a 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -1153,6 +1153,7 @@
 
     handleLocationChange(val) {
       let locationValue = val.value;
+      console.log('handleLocationChange', locationValue);
       if (locationValue && locationValue.length >= 2) {
         // 兼容第三项为地址
         this.form.location = [

--
Gitblit v1.9.3