From 99e7c9774d0d894ac2f2b22f522b0f0637a4f053 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sun, 21 Nov 2021 16:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=94=E5=A2=9E=E5=8A=A0=E6=A8=A1=E7=B3=8A?= =?UTF-8?q?=E7=AD=9B=E9=80=89=EF=BC=88=E8=BE=93=E5=85=A5=E9=A6=96=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=8C=E8=B7=B3=E5=87=BA=E7=9B=B8=E5=85=B3=E9=80=89?= =?UTF-8?q?=E9=A1=B9=EF=BC=8C=E4=BE=9B=E9=80=89=E6=8B=A9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomFormComponents/Select.vue | 1 + .../domesticStandardsAndRegulations/index.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/CustomFormComponents/Select.vue b/src/components/CustomFormComponents/Select.vue index a87165b3e..58cf2fc03 100644 --- a/src/components/CustomFormComponents/Select.vue +++ b/src/components/CustomFormComponents/Select.vue @@ -12,6 +12,7 @@ :placeholder="placeholder" :disabled="disabled" clearable + filterable @change="handleChange" > -