From 87d5def9bcb63d474c3801874e9b5e8ea34082a6 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 22 Sep 2021 09:52:19 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-=201016=20=20=20fix=EF=BC=9A=EF=BC=88dev-2.?= =?UTF-8?q?1=EF=BC=89=20=E6=90=9C=E7=B4=A2=E6=A1=86=20=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6=20=E5=90=8E?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= 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, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index b5dd5bef8..7ea5d5a63 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -1179,7 +1179,7 @@ export default { } } */ this.searchMsg.searchLabelList.forEach((val, key) => { - if (this.select_list[ind].id == val.id) { + if (this.select_list[ind].label == val.label) { this.searchLabelList.splice(key + 1, 0, val) this.Iskeywords(ind) }