From f993beb88c77a5cfede98b331e977524a345d2bb Mon Sep 17 00:00:00 2001 From: hLinx <327159425@qq.com> Date: Tue, 19 Dec 2023 10:45:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=9A=E5=8A=A1=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E6=90=9C=E7=B4=A2=E6=94=AF=E6=8C=81scopeId=20#2678?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Reviewed, transaction id: 635 --- src/frontend/src/components/app-select/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/app-select/index.vue b/src/frontend/src/components/app-select/index.vue index 0aeca2e8c1..9d10417c02 100644 --- a/src/frontend/src/components/app-select/index.vue +++ b/src/frontend/src/components/app-select/index.vue @@ -364,7 +364,7 @@ } else { renderList = _.filter(this.list, _ => rule.test(_.head) || rule.test(_.sentence) - || rule.test(_.id)); + || rule.test(_.scopeId)); } } this.renderList = Object.freeze(renderList);