From 9df87ac5186eb811c05b1c4ea2bea224d9909f66 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 21 May 2025 14:10:45 +0800 Subject: [PATCH] =?UTF-8?q?story#6462,=E9=98=BB=E6=AD=A2=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E9=BB=98=E8=AE=A4=E8=A1=8C=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/indexList.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index 82eeda38..c8f8179b 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -81,7 +81,7 @@ :value="item.value"> - +
@@ -197,6 +197,7 @@ export default { dateVal: '', showDatePicker: false, areaShow:false, + isClearing:false, } }, watch:{ @@ -251,8 +252,10 @@ export default { }, methods:{ handleFocus(e) { - e.preventDefault(); // 阻止默认键盘弹出 + console.log("e",e) + e.preventDefault(); // 阻止默认行为(键盘弹出) this.areaShow = true; + // 监听清空按钮的点击事件 }, confirmHandle(val){ if(val[0].name.includes('市')){