From 1ca8841c4c36a654ba2f36fec8b282a7cc374f46 Mon Sep 17 00:00:00 2001 From: yJs Date: Fri, 12 Apr 2019 18:35:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=85=B3=E9=94=AE=E8=AF=8D=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=90=9C=E7=B4=A2=E7=9B=B8=E5=90=8C=E7=9A=84?= =?UTF-8?q?=E5=85=B3=E9=94=AE=E8=AF=8D=E6=B2=A1=E6=9C=89=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/select/select.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/select/select.vue b/src/components/select/select.vue index fe17c090..46e659f6 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -437,6 +437,8 @@ if (query === null) { this.onQueryChange(''); this.values = []; + //修复清空搜索关键词后,重新搜索相同的关键词没有触发远程搜索 + this.lastRemoteQuery=''; } }, clearSingleSelect(){ // PUBLIC API