From 17c4bad56fd902184f7c037dbdb22fd63289d1e7 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 25 一月 2022 16:21:42 +0800 Subject: [PATCH] fixed: TODO#134613 [顧問管理流程] 搜尋欄位清空 , 未顯示原本的約訪中列表 --- PAMapp/components/AddressPicker.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/AddressPicker.vue b/PAMapp/components/AddressPicker.vue index a5749c5..95314fa 100644 --- a/PAMapp/components/AddressPicker.vue +++ b/PAMapp/components/AddressPicker.vue @@ -6,7 +6,7 @@ class="p mt-10 cursor--pointer input-radius" tabindex="-1" v-model="keyWord" - @change="searchDistrict" + @input="searchDistrict" placeholder="隢撓���摮�" ></el-input> <Ui-ScrollPicker -- Gitblit v1.8.0