From 2503d7402550235955b69b8a62272fb252ce78ea Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 5 Nov 2021 09:26:46 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1181=20fix:=20=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=20=E5=85=B3=E9=97=AD=E9=80=89=E9=A1=B9=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E7=82=B9=E5=87=BB=20=E4=B8=8B=E5=8F=91=20module=20=E7=AD=9B?= =?UTF-8?q?=E9=80=89=EF=BC=8C=E4=BE=9D=E6=97=A7=E5=B8=A6=E6=9C=89=20?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/searchInput.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index 9ab4d2831..b03182c06 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -1148,6 +1148,7 @@ export default { this.$nextTick(() => { this.$refs.searchScrollbar.update() }) + this.select() }, // 修改已有参数 update_sreach (ind, e) { @@ -1200,6 +1201,7 @@ export default { }) this.select_list.splice(ind, 1) this.sreach_num-- + this.select() }, // 阻止冒泡事件 stop_click (e) {