From 925a9524b2d5dcf6ff700a57a2a2b4456e4f847b Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 15 Jun 2023 11:21:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E9=80=89=E9=A1=B9=E8=BF=9C=E7=A8=8B=E6=A3=80?= =?UTF-8?q?=E7=B4=A2=EF=BC=8C=E8=BE=93=E5=85=A5=E5=85=B3=E9=94=AE=E5=AD=97?= =?UTF-8?q?=E5=90=8E=E5=A4=B1=E5=8E=BB=E7=84=A6=E7=82=B9=EF=BC=8C=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E6=B2=A1=E6=9C=89=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1026948 --user=陈建星 【测试跟踪】缺陷管理-人员下拉框-输入关键字后点击它字段切换回该字段-下拉框数据仍显示之前的搜索结果 https://www.tapd.cn/55049933/s/1382366 --- .../frontend/src/components/template/CustomFiledComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue index d7823313c9..59aee10552 100644 --- a/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue +++ b/framework/sdk-parent/frontend/src/components/template/CustomFiledComponent.vue @@ -7,7 +7,7 @@ :disabled="disabled" :multiple="data.type === 'multipleSelect'" @change="handleChange" - @clear="handleClear" + @blur.native.capture="handleClear" clearable filterable v-model="data[prop]"